diff options
author | 2021-08-04 09:34:24 +0200 | |
---|---|---|
committer | 2021-08-04 09:36:55 +0200 | |
commit | ce4b2b124fa1621e36414ab6bd83bf4d91f39ffa (patch) | |
tree | 331cabfdb0339e65800e0e9ecd2398dfa83a1dc0 /dev-lang | |
parent | dev-python/python-docs: Stabilize 3.6.14 x86, #804276 (diff) | |
download | gentoo-ce4b2b124fa1621e36414ab6bd83bf4d91f39ffa.tar.gz gentoo-ce4b2b124fa1621e36414ab6bd83bf4d91f39ffa.tar.bz2 gentoo-ce4b2b124fa1621e36414ab6bd83bf4d91f39ffa.zip |
dev-lang/python: Stabilize 3.7.11 x86, #804279
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/python/python-3.7.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/python/python-3.7.11.ebuild b/dev-lang/python/python-3.7.11.ebuild index ba90458f3a76..82cadf93c1bf 100644 --- a/dev-lang/python/python-3.7.11.ebuild +++ b/dev-lang/python/python-3.7.11.ebuild @@ -22,7 +22,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="PSF-2" SLOT="${PYVER}/${PYVER}m" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc ~x86" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" IUSE="bluetooth build examples gdbm hardened ipv6 +ncurses +readline +sqlite +ssl test tk wininst +xml" RESTRICT="!test? ( test )" |