Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/brython/
Date: Sun, 04 Dec 2016 00:47:27
Message-Id: 1480812433.1cc6eb5ad02fee5cd904c692a673ba2c25cdd2ea.monsieurp@gentoo
1 commit: 1cc6eb5ad02fee5cd904c692a673ba2c25cdd2ea
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 3 22:54:17 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 4 00:47:13 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cc6eb5a
7
8 dev-python/brython: Stable for amd64. Mark stable for the remaining arches using the ALLARCHES policy.
9
10 Package-Manager: portage-2.3.0
11
12 dev-python/brython/brython-3.2.8.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/brython/brython-3.2.8.ebuild b/dev-python/brython/brython-3.2.8.ebuild
16 index feed5f4..453372f 100644
17 --- a/dev-python/brython/brython-3.2.8.ebuild
18 +++ b/dev-python/brython/brython-3.2.8.ebuild
19 @@ -11,7 +11,7 @@ HOMEPAGE="http://www.brython.info"
20 SRC_URI="https://github.com/${PN}-dev/${PN}/archive/${PV}.zip -> ${P}.zip"
21
22 LICENSE="BSD"
23 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
24 +KEYWORDS="amd64 ppc ppc64 x86"
25 IUSE=""
26
27 RDEPEND="dev-lang/python:*"