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/regex/
Date: Tue, 13 Feb 2018 22:22:20
Message-Id: 1518560526.c0c33305d2e28882bb0a7e2371a9df5850a77c13.prometheanfire@gentoo
1 commit: c0c33305d2e28882bb0a7e2371a9df5850a77c13
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 13 22:21:50 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 13 22:22:06 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0c33305
7
8 dev-python/regex: 2017.04.05 stable arm64 under allarches
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-python/regex/regex-2017.04.05.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/regex/regex-2017.04.05.ebuild b/dev-python/regex/regex-2017.04.05.ebuild
16 index 2d5b915acfe..a18b33918a4 100644
17 --- a/dev-python/regex/regex-2017.04.05.ebuild
18 +++ b/dev-python/regex/regex-2017.04.05.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 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 LICENSE="Apache-2.0"
28 SLOT="0"
29 -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
30 +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
31 IUSE="doc"
32
33 DOCS=( README docs/UnicodeProperties.txt )