From 3c6ed3e1cadea822e4a418a437facfc8523195a0 Mon Sep 17 00:00:00 2001 From: Mikle Kolyada Date: Sat, 24 Oct 2015 19:39:37 +0300 Subject: [PATCH] dev-python/wheel: x86 stable wrt bug #562816 Package-Manager: portage-2.2.20.1 --- dev-python/wheel/wheel-0.24.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/wheel/wheel-0.24.0.ebuild b/dev-python/wheel/wheel-0.24.0.ebuild index d6628195178b3..69804e7bd94eb 100644 --- a/dev-python/wheel/wheel-0.24.0.ebuild +++ b/dev-python/wheel/wheel-0.24.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="doc" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"