Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ast/
Date: Sun, 16 May 2021 18:33:27
Message-Id: 1621189994.62d86c7a207b27f544630f61bfb7d8f0b44d27d8.gyakovlev@gentoo
1 commit: 62d86c7a207b27f544630f61bfb7d8f0b44d27d8
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 16 17:18:41 2021 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Sun May 16 18:33:14 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62d86c7a
7
8 x11-drivers/xf86-video-ast: stabilize on ppc64
9
10 works on both endians, but on big-endian white has a bit of pink in it
11 not critical though.
12 those cards are soldered into Talos II and Blackbird boards, so the
13 driver is well tested
14
15 Package-Manager: Portage-3.0.18, Repoman-3.0.3
16 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
17
18 x11-drivers/xf86-video-ast/xf86-video-ast-1.1.5.ebuild | 2 +-
19 1 file changed, 1 insertion(+), 1 deletion(-)
20
21 diff --git a/x11-drivers/xf86-video-ast/xf86-video-ast-1.1.5.ebuild b/x11-drivers/xf86-video-ast/xf86-video-ast-1.1.5.ebuild
22 index 4093c3e7fd2..ff7da2486ff 100644
23 --- a/x11-drivers/xf86-video-ast/xf86-video-ast-1.1.5.ebuild
24 +++ b/x11-drivers/xf86-video-ast/xf86-video-ast-1.1.5.ebuild
25 @@ -8,4 +8,4 @@ inherit xorg-3
26 DESCRIPTION="X.Org driver for ASpeedTech cards"
27
28 LICENSE="MIT"
29 -KEYWORDS="amd64 ~ppc ~ppc64 x86"
30 +KEYWORDS="amd64 ~ppc ppc64 x86"