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/keyrings_alt/
Date: Wed, 05 Apr 2017 13:24:04
Message-Id: 1491398610.4dac77d477ad8a74e08a70a444267f038e89690c.xmw@gentoo
1 commit: 4dac77d477ad8a74e08a70a444267f038e89690c
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 5 13:20:19 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 5 13:23:30 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dac77d4
7
8 dev-python/keyrings_alt: 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/keyrings_alt/keyrings_alt-1.1.1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/keyrings_alt/keyrings_alt-1.1.1.ebuild b/dev-python/keyrings_alt/keyrings_alt-1.1.1.ebuild
17 index f9e6a92b003..c8eca3b4f30 100644
18 --- a/dev-python/keyrings_alt/keyrings_alt-1.1.1.ebuild
19 +++ b/dev-python/keyrings_alt/keyrings_alt-1.1.1.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=6
26 @@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${MY_PN}/${MY_P}.tar.gz"
27
28 LICENSE="MIT"
29 SLOT="0"
30 -KEYWORDS="~alpha ~amd64 ~x86 ~amd64-linux ~x86-linux"
31 +KEYWORDS="~alpha ~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
32 IUSE="test"
33
34 RDEPEND=""