diff options
author | Michael Weber <xmw@gentoo.org> | 2017-03-16 09:35:05 +0100 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-03-16 09:35:56 +0100 |
commit | fd1d06d530dd7de70aacde1daf811042aa29066f (patch) | |
tree | 776aba53e5b23658a98068675a8f266bcb312acc /dev-python/wheel | |
parent | dev-python/webcolors: arm64 stable (bug 583704) (diff) | |
download | gentoo-fd1d06d530dd7de70aacde1daf811042aa29066f.tar.gz gentoo-fd1d06d530dd7de70aacde1daf811042aa29066f.tar.bz2 gentoo-fd1d06d530dd7de70aacde1daf811042aa29066f.zip |
dev-python/wheel: arm64 stable (bug 583704)
Package-Manager: Portage-2.3.4, Repoman-2.3.2
RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64"
Diffstat (limited to 'dev-python/wheel')
-rw-r--r-- | dev-python/wheel/wheel-0.29.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/wheel/wheel-0.29.0.ebuild b/dev-python/wheel/wheel-0.29.0.ebuild index f13c05558e22..03eeda4845d1 100644 --- a/dev-python/wheel/wheel-0.29.0.ebuild +++ b/dev-python/wheel/wheel-0.29.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86" IUSE="doc test" RDEPEND="dev-python/jsonschema[${PYTHON_USEDEP}]" |