diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2019-04-16 17:07:14 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2019-04-16 17:34:59 +0200 |
commit | 81095091b720e078ecc0048109e0e244ca581b34 (patch) | |
tree | 6a22130e22c9fa76eb789a05bc10597fbb126ba9 /dev-python/brython | |
parent | dev-python/brython: version bump. (diff) | |
download | gentoo-81095091b720e078ecc0048109e0e244ca581b34.tar.gz gentoo-81095091b720e078ecc0048109e0e244ca581b34.tar.bz2 gentoo-81095091b720e078ecc0048109e0e244ca581b34.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.6.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/brython/brython-3.6.0.ebuild b/dev-python/brython/brython-3.6.0.ebuild index 50f67db89823..d4388ff6c49e 100644 --- a/dev-python/brython/brython-3.6.0.ebuild +++ b/dev-python/brython/brython-3.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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}" |