Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/python/
Date: Sat, 07 Mar 2020 15:11:25
Message-Id: 1583593808.bee8330894c416adf5302dffb4a3e9615febd3c1.mgorny@gentoo
1 commit: bee8330894c416adf5302dffb4a3e9615febd3c1
2 Author: Roy Bamford <neddyseagoon <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 6 11:36:09 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 7 15:10:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bee83308
7
8 dev-lang/python: stable on arm64
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Roy Bamford <neddyseagoon <AT> gentoo.org>
12
13 Bug: https://bugs.gentoo.org/710782
14 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
15
16 dev-lang/python/python-3.6.10.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/dev-lang/python/python-3.6.10.ebuild b/dev-lang/python/python-3.6.10.ebuild
20 index 74306e8f0d1..04d1b2520cd 100644
21 --- a/dev-lang/python/python-3.6.10.ebuild
22 +++ b/dev-lang/python/python-3.6.10.ebuild
23 @@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_P}"
24
25 LICENSE="PSF-2"
26 SLOT="${PYVER}/${PYVER}m"
27 -KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86"
28 +KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86"
29 IUSE="bluetooth build examples gdbm hardened ipv6 libressl +ncurses +readline sqlite +ssl test +threads tk wininst +xml"
30 RESTRICT="!test? ( test )"