Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oauth2client/
Date: Sat, 30 Sep 2017 00:31:51
Message-Id: 1506731424.166673dd991e8d6dc37547c5720718a36892a155.prometheanfire@gentoo
1 commit: 166673dd991e8d6dc37547c5720718a36892a155
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 30 00:08:39 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 30 00:30:24 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=166673dd
7
8 dev-python/oauth2client: adding arm keyword under allarches for openstack pike
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 dev-python/oauth2client/oauth2client-4.1.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/oauth2client/oauth2client-4.1.2.ebuild b/dev-python/oauth2client/oauth2client-4.1.2.ebuild
16 index c975c088f52..5f0c4739176 100644
17 --- a/dev-python/oauth2client/oauth2client-4.1.2.ebuild
18 +++ b/dev-python/oauth2client/oauth2client-4.1.2.ebuild
19 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/google/oauth2client/archive/v${PV/_p/-post}.tar.gz -
20
21 LICENSE="Apache-2.0"
22 SLOT="0"
23 -KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
24 +KEYWORDS="~arm amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
25 IUSE="test"
26 REQUIRED_USE="|| ( $(python_gen_useflags 'python*') )"