Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/
Date: Sun, 06 May 2018 12:26:33
Message-Id: 1525609489.39ae5563fd0c0eeb5bbc0e2c00fd78b4e46f7865.zlogene@gentoo
1 commit: 39ae5563fd0c0eeb5bbc0e2c00fd78b4e46f7865
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 6 12:24:49 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun May 6 12:24:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39ae5563
7
8 x11-base/xcb-proto: amd64 stable wrt bug #649316
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 x11-base/xcb-proto/xcb-proto-1.13.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/x11-base/xcb-proto/xcb-proto-1.13.ebuild b/x11-base/xcb-proto/xcb-proto-1.13.ebuild
16 index ee11a44a533..21a3b63c9ce 100644
17 --- a/x11-base/xcb-proto/xcb-proto-1.13.ebuild
18 +++ b/x11-base/xcb-proto/xcb-proto-1.13.ebuild
19 @@ -15,7 +15,7 @@ EGIT_REPO_URI="https://anongit.freedesktop.org/git/xcb/proto.git"
20 [[ ${PV} != 9999* ]] && \
21 SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2"
22
23 -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"
24 +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"
25 IUSE=""
26
27 RDEPEND="${PYTHON_DEPS}"