diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2019-05-29 23:55:35 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2019-06-01 23:55:47 +0200 |
commit | 8e2f441a81b781663922b2b23229f3edbe4a7a56 (patch) | |
tree | 3e68c69ef09384e549ce2eb73f43688ef32f2183 /dev-python/brython | |
parent | dev-python/brython: clean up old. (diff) | |
download | gentoo-8e2f441a81b781663922b2b23229f3edbe4a7a56.tar.gz gentoo-8e2f441a81b781663922b2b23229f3edbe4a7a56.tar.bz2 gentoo-8e2f441a81b781663922b2b23229f3edbe4a7a56.zip |
dev-python/brython: stable for amd64.
... and 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.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/brython/brython-3.7.0.ebuild b/dev-python/brython/brython-3.7.0.ebuild index 447c9b9ba91f..d035d0287952 100644 --- a/dev-python/brython/brython-3.7.0.ebuild +++ b/dev-python/brython/brython-3.7.0.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}" |