summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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