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:27
Message-Id: 1596142436.9518a6269e8ff0dcd89e4894171091b55c94b677.slyfox@gentoo
1 commit: 9518a6269e8ff0dcd89e4894171091b55c94b677
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Thu Jul 30 20:41:52 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 30 20:53:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9518a626
7
8 dev-lang/python: stable 3.8.3-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.8.3-r1.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-lang/python/python-3.8.3-r1.ebuild b/dev-lang/python/python-3.8.3-r1.ebuild
19 index fee828c5a65..098eca65eff 100644
20 --- a/dev-lang/python/python-3.8.3-r1.ebuild
21 +++ b/dev-lang/python/python-3.8.3-r1.ebuild
22 @@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_P}"
23
24 LICENSE="PSF-2"
25 SLOT="${PYVER}"
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 libressl +ncurses +readline sqlite +ssl test tk wininst +xml"
29 RESTRICT="!test? ( test )"