diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-01-18 23:15:45 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-01-18 23:15:45 +0100 |
commit | e6856dcec1f822b99b885e126aae5b1df765ed46 (patch) | |
tree | f053a8c0366bf528f1a9fa1e68a01798995ad7ba /x11-drivers | |
parent | x11-drivers/xf86-video-qxl: Stabilize 0.1.5_p20200205-r1 amd64, #831378 (diff) | |
download | gentoo-e6856dcec1f822b99b885e126aae5b1df765ed46.tar.gz gentoo-e6856dcec1f822b99b885e126aae5b1df765ed46.tar.bz2 gentoo-e6856dcec1f822b99b885e126aae5b1df765ed46.zip |
x11-drivers/xf86-video-ati: Stabilize 19.1.0-r1 amd64, #831378
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0-r1.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0-r1.ebuild index 37f523607eb2..e7636131a509 100644 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0-r1.ebuild +++ b/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0-r1.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 ~riscv ~sparc ~x86" + KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" fi DESCRIPTION="ATI video driver" |