diff options
author | 2014-12-25 11:20:37 +0000 | |
---|---|---|
committer | 2014-12-25 11:20:37 +0000 | |
commit | e8a0683f2159060d00cd64d3d485b6a704db0495 (patch) | |
tree | 6a3a78967837211a0ec6b8778b4b715cda3690e0 /dev-lang/python/python-2.7.9-r1.ebuild | |
parent | Add missing PYTHON_USEDEP. (diff) | |
download | gentoo-2-e8a0683f2159060d00cd64d3d485b6a704db0495.tar.gz gentoo-2-e8a0683f2159060d00cd64d3d485b6a704db0495.tar.bz2 gentoo-2-e8a0683f2159060d00cd64d3d485b6a704db0495.zip |
Stable for ia64, wrt bug #532232
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-lang/python/python-2.7.9-r1.ebuild')
-rw-r--r-- | dev-lang/python/python-2.7.9-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/python/python-2.7.9-r1.ebuild b/dev-lang/python/python-2.7.9-r1.ebuild index 7774b9f89984..4a649bf0e4e4 100644 --- a/dev-lang/python/python-2.7.9-r1.ebuild +++ b/dev-lang/python/python-2.7.9-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.9-r1.ebuild,v 1.1 2014/12/24 19:08:09 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.9-r1.ebuild,v 1.2 2014/12/25 11:20:37 ago Exp $ EAPI="4" WANT_AUTOMAKE="none" @@ -18,7 +18,7 @@ SRC_URI="http://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 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="-berkdb build doc elibc_uclibc examples gdbm hardened ipv6 +ncurses +readline sqlite +ssl +threads tk +wide-unicode wininst +xml" # Do not add a dependency on dev-lang/python to this ebuild. |