diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-12-12 14:52:37 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-12-12 14:52:37 +0100 |
commit | c9081e4e328e48cad35669b45a237d8721f63dc1 (patch) | |
tree | ac910ee8cf8fb8a803503f3f718de582f724ca6a /dev-lang/python | |
parent | dev-util/geany-plugins: ppc64 stable wrt bug #684702 (diff) | |
download | gentoo-c9081e4e328e48cad35669b45a237d8721f63dc1.tar.gz gentoo-c9081e4e328e48cad35669b45a237d8721f63dc1.tar.bz2 gentoo-c9081e4e328e48cad35669b45a237d8721f63dc1.zip |
dev-lang/python: ppc64 stable wrt bug #701116
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-lang/python')
-rw-r--r-- | dev-lang/python/python-2.7.17.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/python/python-3.7.5-r1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/python/python-2.7.17.ebuild b/dev-lang/python/python-2.7.17.ebuild index 3dc4bf8f4c5d..c45c9acd9dfe 100644 --- a/dev-lang/python/python-2.7.17.ebuild +++ b/dev-lang/python/python-2.7.17.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://www.python.org/ftp/python/${PV}/${MY_P}.tar.xz LICENSE="PSF-2" SLOT="2.7" -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86" +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86" IUSE="-berkdb bluetooth build doc 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. diff --git a/dev-lang/python/python-3.7.5-r1.ebuild b/dev-lang/python/python-3.7.5-r1.ebuild index eb7c90bdf676..e68bdf9cc6c7 100644 --- a/dev-lang/python/python-3.7.5-r1.ebuild +++ b/dev-lang/python/python-3.7.5-r1.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://www.python.org/ftp/python/${PV}/${MY_P}.tar.xz LICENSE="PSF-2" SLOT="3.7/3.7m" -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc x86" +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sh ~sparc x86" IUSE="bluetooth build examples gdbm hardened ipv6 libressl +ncurses +readline sqlite +ssl test tk wininst +xml" RESTRICT="!test? ( test )" |