mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 23:52:59 -04:00
sys-power/nvidia-exec: fix ebuild
* the packages only requires to copy files * no need for distutils-r1 Closes: https://bugs.gentoo.org/932603 Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com>
This commit is contained in:
@@ -3,10 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{9..12} )
|
||||
|
||||
inherit distutils-r1 systemd
|
||||
inherit systemd
|
||||
|
||||
if [[ ${PV} == 9999 ]]; then
|
||||
inherit git-r3
|
||||
@@ -23,10 +20,10 @@ LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="
|
||||
app-misc/jq
|
||||
sys-apps/lshw
|
||||
sys-process/lsof
|
||||
x11-drivers/nvidia-drivers
|
||||
dev-lang/python
|
||||
sys-apps/lshw
|
||||
sys-process/lsof
|
||||
x11-drivers/nvidia-drivers
|
||||
"
|
||||
|
||||
src_install() {
|
||||
@@ -3,10 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{9..12} )
|
||||
|
||||
inherit distutils-r1 systemd
|
||||
inherit systemd
|
||||
|
||||
if [[ ${PV} == 9999 ]]; then
|
||||
inherit git-r3
|
||||
@@ -23,10 +20,10 @@ LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="
|
||||
app-misc/jq
|
||||
sys-apps/lshw
|
||||
sys-process/lsof
|
||||
x11-drivers/nvidia-drivers
|
||||
dev-lang/python
|
||||
sys-apps/lshw
|
||||
sys-process/lsof
|
||||
x11-drivers/nvidia-drivers
|
||||
"
|
||||
|
||||
src_install() {
|
||||
|
||||
Reference in New Issue
Block a user