diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-26 14:22:25 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-26 14:22:25 +0000 |
commit | 814eb23e8e861fe21c726eef1e52a713be6a8c9e (patch) | |
tree | cef6fbf77d55e3d349a7b9ebb9ed56b52efabd42 /dev-lang | |
parent | app-doc/python-docs: Stabilize 3.13.0 x86, #942282 (diff) | |
download | gentoo-814eb23e8e861fe21c726eef1e52a713be6a8c9e.tar.gz gentoo-814eb23e8e861fe21c726eef1e52a713be6a8c9e.tar.bz2 gentoo-814eb23e8e861fe21c726eef1e52a713be6a8c9e.zip |
dev-lang/python: Stabilize 3.13.0 ppc, #942282
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/python/python-3.13.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/python/python-3.13.0.ebuild b/dev-lang/python/python-3.13.0.ebuild index c0cc07232bfa..ce34d1f33a91 100644 --- a/dev-lang/python/python-3.13.0.ebuild +++ b/dev-lang/python/python-3.13.0.ebuild @@ -32,7 +32,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="PSF-2" SLOT="${PYVER}" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ppc ~ppc64 ~riscv ~s390 ~sparc x86" IUSE=" bluetooth build debug +ensurepip examples gdbm jit libedit +ncurses pgo +readline +sqlite +ssl test tk valgrind |