Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
Date: Tue, 18 Jan 2022 22:16:17
Message-Id: 1642544145.e6856dcec1f822b99b885e126aae5b1df765ed46.jsmolic@gentoo
1 commit: e6856dcec1f822b99b885e126aae5b1df765ed46
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 18 22:15:45 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 18 22:15:45 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6856dce
7
8 x11-drivers/xf86-video-ati: Stabilize 19.1.0-r1 amd64, #831378
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 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
16 index 37f523607eb2..e7636131a509 100644
17 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0-r1.ebuild
18 +++ b/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -9,7 +9,7 @@ inherit linux-info xorg-3
26 if [[ ${PV} == 9999* ]]; then
27 SRC_URI=""
28 else
29 - KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
30 + KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
31 fi
32
33 DESCRIPTION="ATI video driver"