Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-proto/xcb-proto/
Date: Wed, 25 Jan 2017 12:28:25
Message-Id: 1485347281.5d9c049ea3ec732f16df65737bf90695f7327307.ago@gentoo
1 commit: 5d9c049ea3ec732f16df65737bf90695f7327307
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 25 12:28:01 2017 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 25 12:28:01 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d9c049e
7
8 x11-proto/xcb-proto: ppc64 stable wrt bug #579266
9
10 Package-Manager: portage-2.3.0
11 RepoMan-Options: --include-arches="ppc64"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 x11-proto/xcb-proto/xcb-proto-1.12-r2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/x11-proto/xcb-proto/xcb-proto-1.12-r2.ebuild b/x11-proto/xcb-proto/xcb-proto-1.12-r2.ebuild
18 index cdf1860..dd4ef29 100644
19 --- a/x11-proto/xcb-proto/xcb-proto-1.12-r2.ebuild
20 +++ b/x11-proto/xcb-proto/xcb-proto-1.12-r2.ebuild
21 @@ -15,7 +15,7 @@ EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/proto"
22 [[ ${PV} != 9999* ]] && \
23 SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2"
24
25 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
26 +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
27 IUSE=""
28
29 RDEPEND="${PYTHON_DEPS}"