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: Sat, 01 Jun 2019 21:56:56
Message-Id: 1559426147.8e2f441a81b781663922b2b23229f3edbe4a7a56.monsieurp@gentoo
1 commit: 8e2f441a81b781663922b2b23229f3edbe4a7a56
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 29 21:55:35 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 1 21:55:47 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e2f441a
7
8 dev-python/brython: stable for amd64.
9
10 ... and the remaining arches using the ALLARCHES policy.
11
12 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
13 Package-Manager: Portage-2.3.62, Repoman-2.3.11
14
15 dev-python/brython/brython-3.7.0.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-python/brython/brython-3.7.0.ebuild b/dev-python/brython/brython-3.7.0.ebuild
19 index 447c9b9ba91..d035d028795 100644
20 --- a/dev-python/brython/brython-3.7.0.ebuild
21 +++ b/dev-python/brython/brython-3.7.0.ebuild
22 @@ -12,7 +12,7 @@ HOMEPAGE="http://www.brython.info"
23 SRC_URI="https://github.com/${PN}-dev/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
24
25 LICENSE="BSD"
26 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
27 +KEYWORDS="amd64 ppc ppc64 x86"
28
29 REQUIRED_USE="${PYTHON_REQUIRED_USE}"