Install this version:
emerge -a =dev-embedded/hid-tools-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-embedded/hid-tools-9999
Or alternatively:
emerge --autounmask-write -a =dev-embedded/hid-tools-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0 |
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{5..14} )
DISTUTILS_USE_PEP517=hatchling
inherit git-r3 distutils-r1
EGIT_REPO_URI="https://gitlab.freedesktop.org/bentiss/hid-tools"
DESCRIPTION="a set of tools to interact with the kernel's HID subsystem"
HOMEPAGE="https://gitlab.freedesktop.org/bentiss/hid-tools"
LICENSE="GPL-2"
SLOT="0"
RDEPEND="
dev-python/parse[${PYTHON_USEDEP}]"