Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/keyczar/
Date: Wed, 05 Apr 2017 13:24:02
Message-Id: 1491398607.a62ba93886da89a8596ad5ea45af499198a8fe11.xmw@gentoo
1 commit: a62ba93886da89a8596ad5ea45af499198a8fe11
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 5 13:20:07 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 5 13:23:27 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a62ba938
7
8 dev-python/keyczar: add ~ppc keyword (bug 573954)
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11 RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64"
12
13 dev-python/keyczar/keyczar-0.715.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/keyczar/keyczar-0.715.ebuild b/dev-python/keyczar/keyczar-0.715.ebuild
17 index f7d8932adce..3b7a442eab8 100644
18 --- a/dev-python/keyczar/keyczar-0.715.ebuild
19 +++ b/dev-python/keyczar/keyczar-0.715.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
27
28 LICENSE="Apache-2.0"
29 SLOT="0"
30 -KEYWORDS="~alpha amd64 x86"
31 +KEYWORDS="~alpha amd64 ~arm x86"
32 IUSE="doc"
33
34 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"