Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rfc3987/
Date: Wed, 08 Feb 2017 13:43:01
Message-Id: 1486561349.c65de1355aee72e9929de2fbc470e680dc0dbeba.mrueg@gentoo
1 commit: c65de1355aee72e9929de2fbc470e680dc0dbeba
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 8 13:42:29 2017 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 8 13:42:29 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c65de135
7
8 dev-python/rfc3987: Keyword ~ppc, ~ppc64, ~sparc and ~x86 under ALLARCHES policy
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-python/rfc3987/rfc3987-1.3.7.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/rfc3987/rfc3987-1.3.7.ebuild b/dev-python/rfc3987/rfc3987-1.3.7.ebuild
16 index 75bdda89b0..3a03b27f55 100644
17 --- a/dev-python/rfc3987/rfc3987-1.3.7.ebuild
18 +++ b/dev-python/rfc3987/rfc3987-1.3.7.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
26
27 LICENSE="GPL-3"
28 SLOT="0"
29 -KEYWORDS="~amd64"
30 +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
31 IUSE=""
32
33 RDEPEND="dev-python/regex[${PYTHON_USEDEP}]"