Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/setuptools/
Date: Wed, 27 Dec 2017 20:06:20
Message-Id: 1514405157.343c1cd6252c875ec5f3e20b300a1bc7aadb3a1d.slyfox@gentoo
1 commit: 343c1cd6252c875ec5f3e20b300a1bc7aadb3a1d
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 27 20:03:25 2017 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 27 20:05:57 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=343c1cd6
7
8 dev-python/setuptools: stable 36.7.2 for hppa, bug #641304
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11 RepoMan-Options: --include-arches="hppa"
12
13 dev-python/setuptools/setuptools-36.7.2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/setuptools/setuptools-36.7.2.ebuild b/dev-python/setuptools/setuptools-36.7.2.ebuild
17 index 908d31e355b..f0ae5ef5d29 100644
18 --- a/dev-python/setuptools/setuptools-36.7.2.ebuild
19 +++ b/dev-python/setuptools/setuptools-36.7.2.ebuild
20 @@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]]; then
21 inherit git-r3
22 else
23 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
24 - KEYWORDS="amd64 ~arm64 ia64 ~mips ppc ppc64 ~sparc ~x86"
25 + KEYWORDS="amd64 ~arm64 hppa ia64 ~mips ppc ppc64 ~sparc ~x86"
26 fi
27
28 DESCRIPTION="Collection of extensions to Distutils"