diff options
Diffstat (limited to 'x11-libs/vte')
-rw-r--r-- | x11-libs/vte/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/vte/vte-0.11.12.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/vte/ChangeLog b/x11-libs/vte/ChangeLog index 731e2eb29890..af6d159a2544 100644 --- a/x11-libs/vte/ChangeLog +++ b/x11-libs/vte/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/vte # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.63 2005/03/09 06:45:01 joem Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.64 2005/03/12 20:31:55 joem Exp $ + + 12 Mar 2005; Joe McCann <joem@gentoo.org> : + bump pygtk dep, closes bug 84880 *vte-0.11.12 (09 Mar 2005) diff --git a/x11-libs/vte/vte-0.11.12.ebuild b/x11-libs/vte/vte-0.11.12.ebuild index d9c67c519f31..3b53d262d9d5 100644 --- a/x11-libs/vte/vte-0.11.12.ebuild +++ b/x11-libs/vte/vte-0.11.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.11.12.ebuild,v 1.1 2005/03/09 06:45:01 joem Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.11.12.ebuild,v 1.2 2005/03/12 20:31:55 joem Exp $ inherit gnome2 eutils @@ -15,7 +15,7 @@ IUSE="doc python" RDEPEND=">=dev-libs/glib-2 >=x11-libs/gtk+-2 >=x11-libs/pango-1.2 - python? ( >=dev-python/pygtk-2 + python? ( >=dev-python/pygtk-2.4 >=dev-lang/python-2.2 )" DEPEND="${RDEPEND} |