mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user