diff options
author | Sam James <sam@gentoo.org> | 2020-12-13 23:19:13 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-12-13 23:19:13 +0000 |
commit | d6d56546b5da1f7de0f0d5091c44dedec4b350f9 (patch) | |
tree | e6ccae974435e3fad07b1b4830a2b8c7936d850a /dev-lang | |
parent | dev-lang/python: Stabilize 3.8.6 s390, #754786 (diff) | |
download | gentoo-d6d56546b5da1f7de0f0d5091c44dedec4b350f9.tar.gz gentoo-d6d56546b5da1f7de0f0d5091c44dedec4b350f9.tar.bz2 gentoo-d6d56546b5da1f7de0f0d5091c44dedec4b350f9.zip |
dev-lang/python: Stabilize 3.9.0 s390, #753215
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/python/python-3.9.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/python/python-3.9.0.ebuild b/dev-lang/python/python-3.9.0.ebuild index b47689f99a6e..90ac33199984 100644 --- a/dev-lang/python/python-3.9.0.ebuild +++ b/dev-lang/python/python-3.9.0.ebuild @@ -19,7 +19,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="PSF-2" SLOT="${PYVER}" -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 libressl +ncurses +readline sqlite +ssl test tk wininst +xml" RESTRICT="!test? ( test )" |