Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/shutilwhich/
Date: Sun, 29 Jul 2018 20:02:33
Message-Id: 1532894222.c17fcecd24b28e9aa9f86dbda47aad6e589b59cc.mgorny@gentoo
1 commit: c17fcecd24b28e9aa9f86dbda47aad6e589b59cc
2 Author: Jan Ziak <0xe2.0x9a.0x9b <AT> gmail <DOT> com>
3 AuthorDate: Sat Jul 28 13:26:03 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 29 19:57:02 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c17fcecd
7
8 dev-python/shutilwhich: add ~x86 keyword
9
10 This is a pure Python package so adding ~x86 keyword should pose no
11 issues.
12
13 dev-python/shutilwhich/shutilwhich-1.1.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild b/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild
17 index fbad293f2c0..96649b834e1 100644
18 --- a/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild
19 +++ b/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
27
28 LICENSE="PSF-2"
29 SLOT="0"
30 -KEYWORDS="~amd64"
31 +KEYWORDS="~amd64 ~x86"
32 IUSE=""
33
34 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"