projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01200cf
)
dev-python/shutilwhich: add ~x86 keyword
author
Jan Ziak
<0xe2.0x9a.0x9b@gmail.com>
Sat, 28 Jul 2018 13:26:03 +0000
(15:26 +0200)
committer
Michał 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
patch
|
blob
|
history
diff --git
a/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild
b/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild
index fbad293f2c08af69c2df3609e3105ab5966b5a38..96649b834e1f63705006af7ab7c205a862edfa7d 100644
(file)
--- a/
dev-python/shutilwhich/shutilwhich-1.1.0.ebuild
+++ b/
dev-python/shutilwhich/shutilwhich-1.1.0.ebuild
@@
-1,4
+1,4
@@
-# Copyright 1999-201
7
Gentoo Foundation
+# Copyright 1999-201
8
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}]"