diff options
author | Sam James <sam@gentoo.org> | 2020-09-11 17:06:00 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-09-11 17:06:00 +0000 |
commit | 1ace82181a9d93787895723622a20bd74806962e (patch) | |
tree | ed95dbb09ce5e12633abe7f1b1a001f2f822ede1 /dev-lang | |
parent | profiles: fix inheritance in arch/riscv/rv32imac/parent (diff) | |
download | gentoo-1ace82181a9d93787895723622a20bd74806962e.tar.gz gentoo-1ace82181a9d93787895723622a20bd74806962e.tar.bz2 gentoo-1ace82181a9d93787895723622a20bd74806962e.zip |
dev-lang/python: Stabilize 2.7.18-r2 arm, #741502
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/python/python-2.7.18-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/python/python-2.7.18-r2.ebuild b/dev-lang/python/python-2.7.18-r2.ebuild index 1dba7850db3a..c5fc0d3ca7ed 100644 --- a/dev-lang/python/python-2.7.18-r2.ebuild +++ b/dev-lang/python/python-2.7.18-r2.ebuild @@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="PSF-2" SLOT="${PYVER}" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 sparc ~x86" +KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 sparc ~x86" IUSE="-berkdb bluetooth build elibc_uclibc examples gdbm hardened ipv6 libressl +ncurses +readline sqlite +ssl +threads tk +wide-unicode wininst +xml" # Do not add a dependency on dev-lang/python to this ebuild. |