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: Mon, 04 Dec 2017 22:12:34
Message-Id: 1512425544.165d56f9d6451ed61e338d3001286b0bd27a7d42.monsieurp@gentoo
1 commit: 165d56f9d6451ed61e338d3001286b0bd27a7d42
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 4 22:12:09 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 4 22:12:24 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=165d56f9
7
8 dev-python/brython: stable for amd64.
9
10 Bug: https://bugs.gentoo.org/634758
11 Package-Manager: Portage-2.3.13, Repoman-2.3.3
12
13 dev-python/brython/brython-3.3.3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/brython/brython-3.3.3.ebuild b/dev-python/brython/brython-3.3.3.ebuild
17 index 2ce53f2f211..daf93da7bb9 100644
18 --- a/dev-python/brython/brython-3.3.3.ebuild
19 +++ b/dev-python/brython/brython-3.3.3.ebuild
20 @@ -12,7 +12,7 @@ HOMEPAGE="http://www.brython.info"
21 SRC_URI="https://github.com/${PN}-dev/${PN}/archive/${PV}.zip -> ${P}.zip"
22
23 LICENSE="BSD"
24 -KEYWORDS="~amd64 ppc ppc64 x86"
25 +KEYWORDS="amd64 ppc ppc64 x86"
26
27 REQUIRED_USE="${PYTHON_REQUIRED_USE}"