diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2006-02-14 13:58:23 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2006-02-14 13:58:23 +0000 |
commit | 29cbc1cb01f9a44a84e41f4ef9fdf650bda237e6 (patch) | |
tree | dcd6515b0dcdc00487b10974bbe337e60f850d20 /x11-libs/vte | |
parent | Do not use --quiet with start-stop-daemon. (diff) | |
download | gentoo-2-29cbc1cb01f9a44a84e41f4ef9fdf650bda237e6.tar.gz gentoo-2-29cbc1cb01f9a44a84e41f4ef9fdf650bda237e6.tar.bz2 gentoo-2-29cbc1cb01f9a44a84e41f4ef9fdf650bda237e6.zip |
Applied fix for bug #122761 (missing gtk-doc macros in configure). Added missing dependencies.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'x11-libs/vte')
-rw-r--r-- | x11-libs/vte/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/vte/vte-0.11.18.ebuild | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/x11-libs/vte/ChangeLog b/x11-libs/vte/ChangeLog index 4868c2ae4190..930d9e5bc9bc 100644 --- a/x11-libs/vte/ChangeLog +++ b/x11-libs/vte/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/vte # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.108 2006/02/14 05:34:43 leonardop Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.109 2006/02/14 13:58:23 leonardop Exp $ + + 14 Feb 2006; Leonardo Boshell <leonardop@gentoo.org> vte-0.11.18.ebuild: + Run eautoreconf under gnome-pty-helper only to avoid problems with missing + gtk-doc macros (bug #122761). Added atk and proper modular X dependencies. *vte-0.11.18 (14 Feb 2006) diff --git a/x11-libs/vte/vte-0.11.18.ebuild b/x11-libs/vte/vte-0.11.18.ebuild index adb2be0e4f8d..bae63a0e0698 100644 --- a/x11-libs/vte/vte-0.11.18.ebuild +++ b/x11-libs/vte/vte-0.11.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.11.18.ebuild,v 1.1 2006/02/14 05:34:43 leonardop Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.11.18.ebuild,v 1.2 2006/02/14 13:58:23 leonardop Exp $ inherit eutils autotools gnome2 @@ -14,6 +14,7 @@ IUSE="debug doc python" RDEPEND=">=dev-libs/glib-2 >=x11-libs/gtk+-2.2 + dev-libs/atk >=x11-libs/pango-1.1 >=media-libs/freetype-2.0.2 media-libs/fontconfig @@ -21,6 +22,8 @@ RDEPEND=">=dev-libs/glib-2 python? ( >=dev-python/pygtk-2.4 >=dev-lang/python-2.2 ) + || ( ( x11-libs/libX11 ) + virtual/x11 ) virtual/xft" DEPEND="${RDEPEND} @@ -47,5 +50,6 @@ src_unpack() { # #91617. epatch ${FILESDIR}/${PN}-no_lazy_bindings.patch + cd "${S}/gnome-pty-helper" eautoreconf || die "eautoreconf failed" } |