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/setuptools-git/
Date: Wed, 21 Feb 2018 17:20:26
Message-Id: 1519233607.9e5b0c9a436f246023d8061fe60e9bbcea5440c1.mgorny@gentoo
1 commit: 9e5b0c9a436f246023d8061fe60e9bbcea5440c1
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 21 13:47:37 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 21 17:20:07 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e5b0c9a
7
8 dev-python/setuptools-git: Tested on ~amd64-fbsd (bug #631608)
9
10 dev-python/setuptools-git/setuptools-git-1.2.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-python/setuptools-git/setuptools-git-1.2.ebuild b/dev-python/setuptools-git/setuptools-git-1.2.ebuild
14 index 5fb37bd877d..1e20c1e6cae 100644
15 --- a/dev-python/setuptools-git/setuptools-git-1.2.ebuild
16 +++ b/dev-python/setuptools-git/setuptools-git-1.2.ebuild
17 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
18
19 LICENSE="BSD"
20 SLOT="0"
21 -KEYWORDS="amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc ~x86"
22 +KEYWORDS="amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc ~x86 ~amd64-fbsd"
23
24 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
25 dev-vcs/git"