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-lang/python/
Date: Thu, 29 Jul 2021 20:47:51
Message-Id: 1627591660.c628e6a1384e753aa136c37b96a9639bf8d25150.slyfox@gentoo
1 commit: c628e6a1384e753aa136c37b96a9639bf8d25150
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Thu Jul 29 20:16:29 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 29 20:47:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c628e6a1
7
8 dev-lang/python: stable 3.7.11 for sparc, bug #804279
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.2
11 RepoMan-Options: --include-arches="sparc"
12 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 dev-lang/python/python-3.7.11.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-lang/python/python-3.7.11.ebuild b/dev-lang/python/python-3.7.11.ebuild
19 index 749c0549055..425e6b6f357 100644
20 --- a/dev-lang/python/python-3.7.11.ebuild
21 +++ b/dev-lang/python/python-3.7.11.ebuild
22 @@ -22,7 +22,7 @@ S="${WORKDIR}/${MY_P}"
23
24 LICENSE="PSF-2"
25 SLOT="${PYVER}/${PYVER}m"
26 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86"
27 +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc ~x86"
28 IUSE="bluetooth build examples gdbm hardened ipv6 +ncurses +readline +sqlite +ssl test tk wininst +xml"
29 RESTRICT="!test? ( test )"