mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 04:53:07 -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
|
EAPI=7
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{7,8,9} )
|
PYTHON_COMPAT=( python3_{7,8} )
|
||||||
DISTUTILS_USE_SETUPTOOLS=rdepend
|
DISTUTILS_USE_SETUPTOOLS=rdepend
|
||||||
|
|
||||||
inherit distutils-r1 linux-info udev
|
inherit distutils-r1 linux-info udev
|
||||||
@@ -19,11 +19,12 @@ SLOT="0"
|
|||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
IUSE=""
|
IUSE=""
|
||||||
|
|
||||||
DEPEND="dev-libs/libappindicator
|
DEPEND="
|
||||||
dev-python/python-evdev
|
dev-libs/libappindicator
|
||||||
dev-python/cffi
|
dev-python/python-evdev[${PYTHON_USEDEP}]
|
||||||
dev-python/cython-hidapi
|
dev-python/cffi[${PYTHON_USEDEP}]
|
||||||
virtual/udev"
|
dev-python/hidapi[${PYTHON_USEDEP}]
|
||||||
|
virtual/udev"
|
||||||
RDEPEND="${DEPEND}"
|
RDEPEND="${DEPEND}"
|
||||||
BDEPEND=""
|
BDEPEND=""
|
||||||
CONFIG_CHECK="~INPUT_UINPUT"
|
CONFIG_CHECK="~INPUT_UINPUT"
|
||||||
|
|||||||
Reference in New Issue
Block a user