diff options
author | WANG Xuerui <xen0n@gentoo.org> | 2022-05-25 23:57:35 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2022-05-26 00:02:13 +0800 |
commit | 54096a2a08e6f2c1a2a120543aa19e417bdc495f (patch) | |
tree | 2092db486276caa169196a9ab98c64c27dfa21d0 /x11-drivers | |
parent | x11-drivers/xf86-video-ati: keyword 19.1.0-r1 for ~loong (diff) | |
download | gentoo-54096a2a08e6f2c1a2a120543aa19e417bdc495f.tar.gz gentoo-54096a2a08e6f2c1a2a120543aa19e417bdc495f.tar.bz2 gentoo-54096a2a08e6f2c1a2a120543aa19e417bdc495f.zip |
x11-drivers/xf86-video-ati: forward ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 0d96979995e8..159d57fa1154 100644 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild +++ b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ inherit linux-info xorg-3 if [[ ${PV} == 9999* ]]; then SRC_URI="" else - KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~ia64 ~loong ~ppc ~ppc64 ~sparc ~x86" fi DESCRIPTION="ATI video driver" |