Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-fastimport/
Date: Mon, 31 Jul 2017 03:41:42
Message-Id: 1501472474.9281a36c000cace045ff6dd44b3da13da14a719a.prometheanfire@gentoo
1 commit: 9281a36c000cace045ff6dd44b3da13da14a719a
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 31 03:35:26 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 31 03:41:14 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9281a36c
7
8 dev-python/python-fastimport: adding missing keywords, allarches
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-python/python-fastimport/python-fastimport-0.9.6.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/python-fastimport/python-fastimport-0.9.6.ebuild b/dev-python/python-fastimport/python-fastimport-0.9.6.ebuild
16 index 0c67fcb53ab..b804df2aa6f 100644
17 --- a/dev-python/python-fastimport/python-fastimport-0.9.6.ebuild
18 +++ b/dev-python/python-fastimport/python-fastimport-0.9.6.ebuild
19 @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
20
21 LICENSE="GPL-2+"
22 SLOT="0"
23 -KEYWORDS="amd64 ~arm64 x86"
24 +KEYWORDS="amd64 ~arm64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
25 IUSE="test"
26
27 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"