commit: d017aced1c9e11f9cfa5fffbad654966a26411d7
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 25 02:25:07 2024 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Sep 25 02:32:32 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d017aced
x11-drivers/xf86-video-amdgpu: Drop empty global assignments
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-23.0.0.ebuild | 4 +---
x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-9999.ebuild | 4 +---
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