commit: 2b94d83eaab9584e39a5ce6d0c7c60537d755306 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Wed Sep 25 02:25:37 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=2b94d83e
x11-drivers/xf86-video-ati: Drop empty global assignments Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> x11-drivers/xf86-video-ati/xf86-video-ati-22.0.0.ebuild | 4 +--- 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