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:41
Message-Id: 1501472465.bd517f21e60db3b08902cb37b03e22603358c30b.prometheanfire@gentoo
1 commit: bd517f21e60db3b08902cb37b03e22603358c30b
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 31 03:28:50 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 31 03:41:05 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd517f21
7
8 dev-python/python-fastimport: 0.9.6 stable amd64 and x86
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 22eaf69c28b..0c67fcb53ab 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 x86"
25 IUSE="test"
26
27 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"