diff options
author | Sam James <sam@gentoo.org> | 2020-11-08 12:07:12 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-11-08 12:07:12 +0000 |
commit | 3b263a1321084d9c66288b20e354c1e573a4f569 (patch) | |
tree | ef5df4246e3b4abd35ef7cace59557d9bd5bac8a /dev-lang | |
parent | dev-lang/python: Stabilize 3.9.0 x86, #753215 (diff) | |
download | gentoo-3b263a1321084d9c66288b20e354c1e573a4f569.tar.gz gentoo-3b263a1321084d9c66288b20e354c1e573a4f569.tar.bz2 gentoo-3b263a1321084d9c66288b20e354c1e573a4f569.zip |
dev-lang/python: Stabilize 3.9.0 ppc, #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 b68e49b11dd5..affd1a2bdb6b 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 )" |