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/dexml/
Date: Wed, 05 Apr 2017 13:23:55
Message-Id: 1491398600.9ab3bc5f416b54b15862e8889fcb586d049d430f.xmw@gentoo
1 commit: 9ab3bc5f416b54b15862e8889fcb586d049d430f
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 5 13:19:33 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 5 13:23:20 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ab3bc5f
7
8 dev-python/dexml: 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/dexml/dexml-0.5.1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/dexml/dexml-0.5.1.ebuild b/dev-python/dexml/dexml-0.5.1.ebuild
17 index cdbadf9c9cc..83236adfa19 100644
18 --- a/dev-python/dexml/dexml-0.5.1.ebuild
19 +++ b/dev-python/dexml/dexml-0.5.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 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${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=""