diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2007-08-24 21:24:41 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2007-08-24 21:24:41 +0000 |
commit | b3ec9b133d53c8200bfb25bd12c3ea9a55c42672 (patch) | |
tree | 6f26dd757444e606cb4616dc764201eddf1de357 /x11-libs/vte/vte-0.16.8.ebuild | |
parent | alpha/ia64 stable wrt #189796 (diff) | |
download | gentoo-2-b3ec9b133d53c8200bfb25bd12c3ea9a55c42672.tar.gz gentoo-2-b3ec9b133d53c8200bfb25bd12c3ea9a55c42672.tar.bz2 gentoo-2-b3ec9b133d53c8200bfb25bd12c3ea9a55c42672.zip |
We need at least python 2.4.4-r5 with the fixed python-config; bug #189770
(Portage version: 2.1.3.6)
Diffstat (limited to 'x11-libs/vte/vte-0.16.8.ebuild')
-rw-r--r-- | x11-libs/vte/vte-0.16.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/vte/vte-0.16.8.ebuild b/x11-libs/vte/vte-0.16.8.ebuild index 24b1e0ae5ffd..22277fc147f5 100644 --- a/x11-libs/vte/vte-0.16.8.ebuild +++ b/x11-libs/vte/vte-0.16.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.16.8.ebuild,v 1.2 2007/08/20 10:55:56 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.16.8.ebuild,v 1.3 2007/08/24 21:24:41 dang Exp $ inherit eutils gnome2 autotools @@ -25,7 +25,7 @@ RDEPEND=">=dev-libs/glib-2.9 ) python? ( >=dev-python/pygtk-2.4 - >=dev-lang/python-2.2 + >=dev-lang/python-2.4.4-r5 ) x11-libs/libX11 virtual/xft" |