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 | |
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')
-rw-r--r-- | x11-libs/vte/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/vte/vte-0.16.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/vte/ChangeLog b/x11-libs/vte/ChangeLog index 669249781d6e..9d2c103660ad 100644 --- a/x11-libs/vte/ChangeLog +++ b/x11-libs/vte/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/vte # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.168 2007/08/20 10:55:56 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.169 2007/08/24 21:24:41 dang Exp $ + + 24 Aug 2007; Daniel Gryniewicz <dang@gentoo.org> vte-0.16.8.ebuild: + We need at least python 2.4.4-r5 with the fixed python-config; bug #189770 20 Aug 2007; Gilles Dartiguelongue <eva@gentoo.org> vte-0.16.8.ebuild: fix vte-0.16.8 ebuild wrt to bug #189556 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" |