Gentoo Archives: gentoo-commits

From: Markus Meier <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/
Date: Sun, 13 May 2018 11:30:07
Message-Id: 1526210803.af1ac530fcf58663a1711046262cdfd8917ad19a.maekke@gentoo
1 commit: af1ac530fcf58663a1711046262cdfd8917ad19a
2 Author: Markus Meier <maekke <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 13 11:26:43 2018 +0000
4 Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
5 CommitDate: Sun May 13 11:26:43 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af1ac530
7
8 x11-base/xcb-proto: arm stable, bug #649316
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11 RepoMan-Options: --include-arches="arm"
12
13 x11-base/xcb-proto/xcb-proto-1.13.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/x11-base/xcb-proto/xcb-proto-1.13.ebuild b/x11-base/xcb-proto/xcb-proto-1.13.ebuild
17 index db3320540cd..7d3b0706efc 100644
18 --- a/x11-base/xcb-proto/xcb-proto-1.13.ebuild
19 +++ b/x11-base/xcb-proto/xcb-proto-1.13.ebuild
20 @@ -15,7 +15,7 @@ EGIT_REPO_URI="https://anongit.freedesktop.org/git/xcb/proto.git"
21 [[ ${PV} != 9999* ]] && \
22 SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2"
23
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 +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"
26 IUSE=""
27
28 RDEPEND="${PYTHON_DEPS}"