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, 30 Jul 2020 20:54:26
Message-Id: 1596142435.7be09b6a6ebedac35ebbf50c315c424971ece671.slyfox@gentoo
1 commit: 7be09b6a6ebedac35ebbf50c315c424971ece671
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Thu Jul 30 20:40:59 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 30 20:53:55 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7be09b6a
7
8 dev-lang/python: stable 3.6.11-r1 for hppa, bug #728668
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 RepoMan-Options: --include-arches="hppa"
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.6.11-r1.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-lang/python/python-3.6.11-r1.ebuild b/dev-lang/python/python-3.6.11-r1.ebuild
19 index f5f9ae33318..feafe7f1349 100644
20 --- a/dev-lang/python/python-3.6.11-r1.ebuild
21 +++ b/dev-lang/python/python-3.6.11-r1.ebuild
22 @@ -18,7 +18,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 s390 sparc x86"
27 +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86"
28 IUSE="bluetooth build examples gdbm hardened ipv6 libressl +ncurses +readline sqlite +ssl test +threads tk wininst +xml"
29 RESTRICT="!test? ( test )"