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/ipaddress/
Date: Tue, 28 Feb 2017 21:39:05
Message-Id: 1488317924.a88c6ae67ba80ffdaa05dcfee49adbc18adb6f2b.xmw@gentoo
1 commit: a88c6ae67ba80ffdaa05dcfee49adbc18adb6f2b
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 28 21:09:14 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 28 21:38:44 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a88c6ae6
7
8 dev-python/ipaddress: arm64 stable.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-python/ipaddress/ipaddress-1.0.14.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/ipaddress/ipaddress-1.0.14.ebuild b/dev-python/ipaddress/ipaddress-1.0.14.ebuild
16 index df4bf6e9395..60fcc9bea0e 100644
17 --- a/dev-python/ipaddress/ipaddress-1.0.14.ebuild
18 +++ b/dev-python/ipaddress/ipaddress-1.0.14.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
26
27 SLOT="0"
28 LICENSE="PSF-2"
29 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux"
30 +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux"
31 IUSE=""
32
33 RDEPEND=""