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:
Gonçalo Negrier Duarte
2024-05-24 22:58:47 +01:00
parent 4988adfa7a
commit a9c8ece8ca
2 changed files with 10 additions and 16 deletions

View File

@@ -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() {

View File

@@ -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() {