summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2024-09-24 22:25:07 -0400
committerMatt Turner <mattst88@gentoo.org>2024-09-24 22:32:32 -0400
commitd017aced1c9e11f9cfa5fffbad654966a26411d7 (patch)
tree0883f92ada423f5ff3a26091db3c9685afdf81f1 /x11-drivers
parentx11-base/xorg-drivers: Drop empty global assignments (diff)
downloadgentoo-d017aced1c9e11f9cfa5fffbad654966a26411d7.tar.gz
gentoo-d017aced1c9e11f9cfa5fffbad654966a26411d7.tar.bz2
gentoo-d017aced1c9e11f9cfa5fffbad654966a26411d7.zip
x11-drivers/xf86-video-amdgpu: Drop empty global assignments
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-23.0.0.ebuild4
-rw-r--r--x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-9999.ebuild4
2 files changed, 2 insertions, 6 deletions
diff --git a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-23.0.0.ebuild b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-23.0.0.ebuild
index 1d64aae7a7e5..9c0594c08fcc 100644
--- a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-23.0.0.ebuild
+++ b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-23.0.0.ebuild
@@ -6,9 +6,7 @@ XORG_DRI="always"
XORG_TARBALL_SUFFIX="xz"
inherit xorg-3
-if [[ ${PV} == 9999* ]]; then
- SRC_URI=""
-else
+if [[ ${PV} != 9999* ]]; then
KEYWORDS="amd64 arm64 ~loong ppc64 ~riscv x86"
fi
diff --git a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-9999.ebuild b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-9999.ebuild
index be87b71005b9..a240e314aea0 100644
--- a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-9999.ebuild
+++ b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-9999.ebuild
@@ -6,9 +6,7 @@ XORG_DRI="always"
XORG_TARBALL_SUFFIX="xz"
inherit xorg-3
-if [[ ${PV} == 9999* ]]; then
- SRC_URI=""
-else
+if [[ ${PV} != 9999* ]]; then
KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
fi