Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/regex/
Date: Wed, 21 Feb 2018 17:20:32
Message-Id: 1519233612.aa54c7df60b2eba8b08b0db58152eb8fe7b694d8.mgorny@gentoo
1 commit: aa54c7df60b2eba8b08b0db58152eb8fe7b694d8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 21 15:22:51 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 21 17:20:12 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa54c7df
7
8 dev-python/regex: Tested on ~amd64-fbsd
9
10 dev-python/regex/regex-2017.04.05.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-python/regex/regex-2017.04.05.ebuild b/dev-python/regex/regex-2017.04.05.ebuild
14 index a18b33918a4..b28a41944ed 100644
15 --- a/dev-python/regex/regex-2017.04.05.ebuild
16 +++ b/dev-python/regex/regex-2017.04.05.ebuild
17 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
18
19 LICENSE="Apache-2.0"
20 SLOT="0"
21 -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
22 +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd"
23 IUSE="doc"
24
25 DOCS=( README docs/UnicodeProperties.txt )