diff options
author | Mike Gilbert <floppym@gentoo.org> | 2013-06-30 03:36:01 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2013-06-30 03:36:01 +0000 |
commit | 61d3eec41a87b34ab337d70692f1a7b9139af9a7 (patch) | |
tree | 509b7cfe1632a85f5c4ef14d33604179f5de643b /dev-lang/python/python-2.6.8-r1.ebuild | |
parent | For users using the gold linker, make the build process a little more friendl... (diff) | |
download | gentoo-2-61d3eec41a87b34ab337d70692f1a7b9139af9a7.tar.gz gentoo-2-61d3eec41a87b34ab337d70692f1a7b9139af9a7.tar.bz2 gentoo-2-61d3eec41a87b34ab337d70692f1a7b9139af9a7.zip |
Place upper bound on dev-lang/tk dep, bug 454342. Also stabilize on m68k since nobody is responding on bug 458318.
(Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'dev-lang/python/python-2.6.8-r1.ebuild')
-rw-r--r-- | dev-lang/python/python-2.6.8-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-lang/python/python-2.6.8-r1.ebuild b/dev-lang/python/python-2.6.8-r1.ebuild index 3f64b971a42f..75fe4f8eccaa 100644 --- a/dev-lang/python/python-2.6.8-r1.ebuild +++ b/dev-lang/python/python-2.6.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6.8-r1.ebuild,v 1.21 2013/05/25 22:32:46 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6.8-r1.ebuild,v 1.22 2013/06/30 03:36:01 floppym Exp $ EAPI="2" WANT_AUTOMAKE="none" @@ -18,7 +18,7 @@ SRC_URI="http://www.python.org/ftp/python/${PV}/${MY_P}.tar.bz2 LICENSE="PSF-2" SLOT="2.6" -KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~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. @@ -48,6 +48,7 @@ RDEPEND="app-arch/bzip2 ssl? ( dev-libs/openssl ) tk? ( >=dev-lang/tk-8.0 + <dev-lang/tk-8.6 dev-tcltk/blt ) xml? ( >=dev-libs/expat-2.1 ) |