Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/setuptools/
Date: Fri, 03 Jan 2020 02:42:56
Message-Id: 1578019358.01c08c7924ba554f6df188b053cd377bb3469b17.bman@gentoo
1 commit: 01c08c7924ba554f6df188b053cd377bb3469b17
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 3 02:42:38 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 3 02:42:38 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01c08c79
7
8 dev-python/setuptools: arm64 stable (bug #704526)
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11 Package-Manager: Portage-2.3.84, Repoman-2.3.20
12
13 dev-python/setuptools/setuptools-42.0.2.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/setuptools/setuptools-42.0.2.ebuild b/dev-python/setuptools/setuptools-42.0.2.ebuild
17 index 9bee3995ddc..52978af2b64 100644
18 --- a/dev-python/setuptools/setuptools-42.0.2.ebuild
19 +++ b/dev-python/setuptools/setuptools-42.0.2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]]; then
27 inherit git-r3
28 else
29 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
30 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
31 + KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
32 fi
33
34 DESCRIPTION="Collection of extensions to Distutils"