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: Wed, 20 Oct 2021 09:31:45
Message-Id: 1634722276.7dcc0d02f6bb4593cfb745cad8920f1ee7477f90.sam@gentoo
1 commit: 7dcc0d02f6bb4593cfb745cad8920f1ee7477f90
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 20 09:31:16 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 20 09:31:16 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dcc0d02
7
8 dev-lang/python: Stabilize 3.6.15 amd64, #818973
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-lang/python/python-3.6.15.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-lang/python/python-3.6.15.ebuild b/dev-lang/python/python-3.6.15.ebuild
16 index 5e42f4b78a6..c2cf642a4a8 100644
17 --- a/dev-lang/python/python-3.6.15.ebuild
18 +++ b/dev-lang/python/python-3.6.15.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 )"