mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -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
|
EAPI=8
|
||||||
|
|
||||||
DISTUTILS_USE_PEP517=setuptools
|
inherit systemd
|
||||||
PYTHON_COMPAT=( python3_{9..12} )
|
|
||||||
|
|
||||||
inherit distutils-r1 systemd
|
|
||||||
|
|
||||||
if [[ ${PV} == 9999 ]]; then
|
if [[ ${PV} == 9999 ]]; then
|
||||||
inherit git-r3
|
inherit git-r3
|
||||||
@@ -23,10 +20,10 @@ LICENSE="GPL-3"
|
|||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
app-misc/jq
|
dev-lang/python
|
||||||
sys-apps/lshw
|
sys-apps/lshw
|
||||||
sys-process/lsof
|
sys-process/lsof
|
||||||
x11-drivers/nvidia-drivers
|
x11-drivers/nvidia-drivers
|
||||||
"
|
"
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
@@ -3,10 +3,7 @@
|
|||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
DISTUTILS_USE_PEP517=setuptools
|
inherit systemd
|
||||||
PYTHON_COMPAT=( python3_{9..12} )
|
|
||||||
|
|
||||||
inherit distutils-r1 systemd
|
|
||||||
|
|
||||||
if [[ ${PV} == 9999 ]]; then
|
if [[ ${PV} == 9999 ]]; then
|
||||||
inherit git-r3
|
inherit git-r3
|
||||||
@@ -23,10 +20,10 @@ LICENSE="GPL-3"
|
|||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
app-misc/jq
|
dev-lang/python
|
||||||
sys-apps/lshw
|
sys-apps/lshw
|
||||||
sys-process/lsof
|
sys-process/lsof
|
||||||
x11-drivers/nvidia-drivers
|
x11-drivers/nvidia-drivers
|
||||||
"
|
"
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
|
|||||||
Reference in New Issue
Block a user