Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/pixman/
Date: Sun, 05 Mar 2017 03:00:10
Message-Id: 1488682783.ee016dfda9be44ae736a1b1ecefcb4cc08946397.mattst88@gentoo
1 commit: ee016dfda9be44ae736a1b1ecefcb4cc08946397
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 5 02:58:44 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 5 02:59:43 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee016dfd
7
8 x11-libs/pixman: Drop mistakenly added KEYWORDS.
9
10 x11-libs/pixman/pixman-0.34.0.ebuild | 4 +---
11 x11-libs/pixman/pixman-9999.ebuild | 4 +---
12 2 files changed, 2 insertions(+), 6 deletions(-)
13
14 diff --git a/x11-libs/pixman/pixman-0.34.0.ebuild b/x11-libs/pixman/pixman-0.34.0.ebuild
15 index 9d91539cda9..0d6286c5893 100644
16 --- a/x11-libs/pixman/pixman-0.34.0.ebuild
17 +++ b/x11-libs/pixman/pixman-0.34.0.ebuild
18 @@ -8,9 +8,7 @@ inherit xorg-2
19 EGIT_REPO_URI="git://anongit.freedesktop.org/git/pixman"
20 DESCRIPTION="Low-level pixel manipulation routines"
21
22 -if [[ $PV = 9999* ]]; then
23 - KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86"
24 -else
25 +if [[ $PV != 9999* ]]; then
26 KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
27 fi
28
29
30 diff --git a/x11-libs/pixman/pixman-9999.ebuild b/x11-libs/pixman/pixman-9999.ebuild
31 index 2db953010b6..908c4e19d2f 100644
32 --- a/x11-libs/pixman/pixman-9999.ebuild
33 +++ b/x11-libs/pixman/pixman-9999.ebuild
34 @@ -8,9 +8,7 @@ inherit xorg-2
35 EGIT_REPO_URI="git://anongit.freedesktop.org/git/pixman"
36 DESCRIPTION="Low-level pixel manipulation routines"
37
38 -if [[ $PV = 9999* ]]; then
39 - KEYWORDS=""
40 -else
41 +if [[ $PV != 9999* ]]; then
42 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
43 fi