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-proto/xcb-proto/
Date: Sun, 25 Mar 2018 19:02:48
Message-Id: 1522004537.dc5894b0d64ec19b65945215c26f0c80c6698a6d.mattst88@gentoo
1 commit: dc5894b0d64ec19b65945215c26f0c80c6698a6d
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 25 19:01:00 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 25 19:02:17 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc5894b0
7
8 Revert "x11-proto/xcb-proto: amd64 stable wrt bug #651286"
9
10 This reverts commit cfc26b12269d3faa0703fbf4135d3bf55e93258a.
11
12 I mistakenly included this in the package list. It will be stabilized
13 separately with the corresponding libxcb.
14
15 Bug: https://bugs.gentoo.org/651286
16
17 x11-proto/xcb-proto/xcb-proto-1.13.ebuild | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/x11-proto/xcb-proto/xcb-proto-1.13.ebuild b/x11-proto/xcb-proto/xcb-proto-1.13.ebuild
21 index b11d2a1c24e..ff528d697dc 100644
22 --- a/x11-proto/xcb-proto/xcb-proto-1.13.ebuild
23 +++ b/x11-proto/xcb-proto/xcb-proto-1.13.ebuild
24 @@ -14,7 +14,7 @@ EGIT_REPO_URI="https://anongit.freedesktop.org/git/xcb/proto.git"
25 [[ ${PV} != 9999* ]] && \
26 SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2"
27
28 -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
29 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
30 IUSE=""
31
32 RDEPEND="${PYTHON_DEPS}"