diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2019-08-10 20:05:20 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2019-08-10 20:05:20 +0200 |
commit | f4114a21621175af32a8a2f4d3a24b34c03a35a1 (patch) | |
tree | 1ce0ca454306293db5710a5936ada8844292ff32 /dev-python/brython | |
parent | dev-python/brython: clean up old. (diff) | |
download | gentoo-f4114a21621175af32a8a2f4d3a24b34c03a35a1.tar.gz gentoo-f4114a21621175af32a8a2f4d3a24b34c03a35a1.tar.bz2 gentoo-f4114a21621175af32a8a2f4d3a24b34c03a35a1.zip |
dev-python/brython: stabel for amd64.
mark stable for the remaining arches using the ALLARCHES policy.
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'dev-python/brython')
-rw-r--r-- | dev-python/brython/brython-3.7.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/brython/brython-3.7.2.ebuild b/dev-python/brython/brython-3.7.2.ebuild index 447c9b9ba91f..d035d0287952 100644 --- a/dev-python/brython/brython-3.7.2.ebuild +++ b/dev-python/brython/brython-3.7.2.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="http://www.brython.info" SRC_URI="https://github.com/${PN}-dev/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ppc ppc64 x86" REQUIRED_USE="${PYTHON_REQUIRED_USE}" |