diff options
author | 2022-04-21 20:47:08 +0300 | |
---|---|---|
committer | 2022-04-21 20:47:08 +0300 | |
commit | 7c27e84fd64eafa4efb6436d54523489ab32b874 (patch) | |
tree | 4003cd399cd15e442f4eda9a707f928eac2c5e79 /dev-lang | |
parent | dev-python/cppy: Keyword 1.2.1-r1 sparc, #836769 (diff) | |
download | gentoo-7c27e84fd64eafa4efb6436d54523489ab32b874.tar.gz gentoo-7c27e84fd64eafa4efb6436d54523489ab32b874.tar.bz2 gentoo-7c27e84fd64eafa4efb6436d54523489ab32b874.zip |
dev-lang/python: Stabilize 3.9.11 arm, #835445
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/python/python-3.9.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/python/python-3.9.11.ebuild b/dev-lang/python/python-3.9.11.ebuild index ae39b81cee75..3912936f88b4 100644 --- a/dev-lang/python/python-3.9.11.ebuild +++ b/dev-lang/python/python-3.9.11.ebuild @@ -23,7 +23,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 lto +ncurses pgo +readline +sqlite +ssl test tk wininst +xml" RESTRICT="!test? ( test )" |