diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-09-24 22:25:37 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-09-24 22:32:32 -0400 |
commit | 2b94d83eaab9584e39a5ce6d0c7c60537d755306 (patch) | |
tree | f88479e75784e96b940ebd592fff950c5d72f545 /x11-drivers | |
parent | x11-drivers/xf86-video-amdgpu: Drop empty global assignments (diff) | |
download | gentoo-2b94d83eaab9584e39a5ce6d0c7c60537d755306.tar.gz gentoo-2b94d83eaab9584e39a5ce6d0c7c60537d755306.tar.bz2 gentoo-2b94d83eaab9584e39a5ce6d0c7c60537d755306.zip |
x11-drivers/xf86-video-ati: Drop empty global assignments
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-ati/xf86-video-ati-22.0.0.ebuild | 4 | ||||
-rw-r--r-- | x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-22.0.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-22.0.0.ebuild index 1e7dc0cc0a2e..7e7e3aca661e 100644 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-22.0.0.ebuild +++ b/x11-drivers/xf86-video-ati/xf86-video-ati-22.0.0.ebuild @@ -7,9 +7,7 @@ XORG_DRI=always XORG_TARBALL_SUFFIX="xz" inherit linux-info xorg-3 -if [[ ${PV} == 9999* ]]; then - SRC_URI="" -else +if [[ ${PV} != 9999* ]]; then KEYWORDS="~alpha amd64 arm64 ~loong ppc ppc64 ~riscv sparc x86" fi diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild index 89b217b5564e..1e009166891b 100644 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild +++ b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild @@ -7,9 +7,7 @@ XORG_DRI=always XORG_TARBALL_SUFFIX="xz" inherit linux-info xorg-3 -if [[ ${PV} == 9999* ]]; then - SRC_URI="" -else +if [[ ${PV} != 9999* ]]; then KEYWORDS="~alpha ~amd64 ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" fi |