diff options
author | Jan Ziak <0xe2.0x9a.0x9b@gmail.com> | 2018-07-28 15:26:03 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-07-29 21:57:02 +0200 |
commit | c17fcecd24b28e9aa9f86dbda47aad6e589b59cc (patch) | |
tree | 896bfcfca186615b65ac24d7f275c35c057ffc97 /dev-python/shutilwhich/shutilwhich-1.1.0.ebuild | |
parent | net-misc/youtube-dl: Update live ebuild. (diff) | |
download | gentoo-c17fcecd24b28e9aa9f86dbda47aad6e589b59cc.tar.gz gentoo-c17fcecd24b28e9aa9f86dbda47aad6e589b59cc.tar.bz2 gentoo-c17fcecd24b28e9aa9f86dbda47aad6e589b59cc.zip |
dev-python/shutilwhich: add ~x86 keyword
This is a pure Python package so adding ~x86 keyword should pose no
issues.
Diffstat (limited to 'dev-python/shutilwhich/shutilwhich-1.1.0.ebuild')
-rw-r--r-- | dev-python/shutilwhich/shutilwhich-1.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild b/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild index fbad293f2c08..96649b834e1f 100644 --- a/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild +++ b/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild @@ -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}]" |