diff options
author | 2014-05-10 01:44:50 +0000 | |
---|---|---|
committer | 2014-05-10 01:44:50 +0000 | |
commit | 4f428b551e68bb6b84b32e54e3229185129fa56b (patch) | |
tree | 0633866a4bf415fae598459f4e91580c84cabb32 /dev-lang/python/python-2.7.6-r1.ebuild | |
parent | Misc upstream fixes, fix bug #509604 (diff) | |
download | gentoo-2-4f428b551e68bb6b84b32e54e3229185129fa56b.tar.gz gentoo-2-4f428b551e68bb6b84b32e54e3229185129fa56b.tar.bz2 gentoo-2-4f428b551e68bb6b84b32e54e3229185129fa56b.zip |
Add optional dependency on dev-tcltk/tix, bug 413393 by John Keeping.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'dev-lang/python/python-2.7.6-r1.ebuild')
-rw-r--r-- | dev-lang/python/python-2.7.6-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-lang/python/python-2.7.6-r1.ebuild b/dev-lang/python/python-2.7.6-r1.ebuild index 39c18da61c1e..2807008c2689 100644 --- a/dev-lang/python/python-2.7.6-r1.ebuild +++ b/dev-lang/python/python-2.7.6-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.6-r1.ebuild,v 1.1 2014/04/25 18:33:36 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.6-r1.ebuild,v 1.2 2014/05/10 01:44:50 floppym Exp $ EAPI="4" WANT_AUTOMAKE="none" @@ -55,6 +55,7 @@ RDEPEND="app-arch/bzip2 tk? ( >=dev-lang/tk-8.0 dev-tcltk/blt + dev-tcltk/tix ) xml? ( >=dev-libs/expat-2.1 ) ) |