sys-apps/rogdrv: fix missing dep

also added PYTHON_USEDEP flags
python-evdev does not have py3_9
so that had to go from PYTHON_COMPAT

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2020-08-03 17:07:03 +02:00
parent fcff0c19f6
commit ef2fa977b1

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{7,8,9} )
PYTHON_COMPAT=( python3_{7,8} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1 linux-info udev
@@ -19,11 +19,12 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND="dev-libs/libappindicator
dev-python/python-evdev
dev-python/cffi
dev-python/cython-hidapi
virtual/udev"
DEPEND="
dev-libs/libappindicator
dev-python/python-evdev[${PYTHON_USEDEP}]
dev-python/cffi[${PYTHON_USEDEP}]
dev-python/hidapi[${PYTHON_USEDEP}]
virtual/udev"
RDEPEND="${DEPEND}"
BDEPEND=""
CONFIG_CHECK="~INPUT_UINPUT"