dev-python/shutilwhich: add ~x86 keyword
authorJan Ziak <0xe2.0x9a.0x9b@gmail.com>
Sat, 28 Jul 2018 13:26:03 +0000 (15:26 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 29 Jul 2018 19:57:02 +0000 (21:57 +0200)
This is a pure Python package so adding ~x86 keyword should pose no
issues.

dev-python/shutilwhich/shutilwhich-1.1.0.ebuild

index fbad293f2c08af69c2df3609e3105ab5966b5a38..96649b834e1f63705006af7ab7c205a862edfa7d 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="PSF-2"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"