Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/python/
Date: Tue, 31 Aug 2021 17:44:43
Message-Id: 1630431849.87d31cb4eeee0df593aede2f8c2441b87671f2c0.sam@gentoo
1 commit: 87d31cb4eeee0df593aede2f8c2441b87671f2c0
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 31 17:44:09 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 31 17:44:09 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87d31cb4
7
8 dev-lang/python: Stabilize 3.6.14_p1 ppc, #811225
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-lang/python/python-3.6.14_p1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-lang/python/python-3.6.14_p1.ebuild b/dev-lang/python/python-3.6.14_p1.ebuild
16 index 1c9d2d53a4a..d2190a11892 100644
17 --- a/dev-lang/python/python-3.6.14_p1.ebuild
18 +++ b/dev-lang/python/python-3.6.14_p1.ebuild
19 @@ -22,7 +22,7 @@ S="${WORKDIR}/${MY_P}"
20
21 LICENSE="PSF-2"
22 SLOT="${PYVER}/${PYVER}m"
23 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sparc ~x86"
24 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sparc ~x86"
25 IUSE="bluetooth build examples gdbm hardened +ncurses +readline +sqlite +ssl test tk wininst +xml"
26 RESTRICT="!test? ( test )"