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/
Date: Wed, 21 Feb 2018 17:20:36
Message-Id: 1519233616.dba51dbf57449645d0a9aaaf09f7e5ce85d3f00b.mgorny@gentoo
1 commit: dba51dbf57449645d0a9aaaf09f7e5ce85d3f00b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 21 16:01:17 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 21 17:20:16 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dba51dbf
7
8 dev-python/setuptools: Tested on ~amd64-fbsd (bug #631608)
9
10 dev-python/setuptools/setuptools-38.5.1.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-python/setuptools/setuptools-38.5.1.ebuild b/dev-python/setuptools/setuptools-38.5.1.ebuild
14 index ef15964a892..eaf165a05dd 100644
15 --- a/dev-python/setuptools/setuptools-38.5.1.ebuild
16 +++ b/dev-python/setuptools/setuptools-38.5.1.ebuild
17 @@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]]; then
18 inherit git-r3
19 else
20 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
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 fi
24
25 DESCRIPTION="Collection of extensions to Distutils"