summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2007-08-20 10:55:56 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2007-08-20 10:55:56 +0000
commit91565fd7f2ea05662cadbeb8aafdace730988a1e (patch)
tree9ae20fc77df85bbc24854ec2379d777fb45cf391 /x11-libs/vte
parentVersion bump wrt notify in bug #189199 (diff)
downloadgentoo-2-91565fd7f2ea05662cadbeb8aafdace730988a1e.tar.gz
gentoo-2-91565fd7f2ea05662cadbeb8aafdace730988a1e.tar.bz2
gentoo-2-91565fd7f2ea05662cadbeb8aafdace730988a1e.zip
fix vte-0.16.8 ebuild wrt to bug #189556
(Portage version: 2.1.3.5)
Diffstat (limited to 'x11-libs/vte')
-rw-r--r--x11-libs/vte/ChangeLog5
-rw-r--r--x11-libs/vte/vte-0.16.8.ebuild10
2 files changed, 10 insertions, 5 deletions
diff --git a/x11-libs/vte/ChangeLog b/x11-libs/vte/ChangeLog
index 1ba612f5daf1..669249781d6e 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.167 2007/08/19 23:20:56 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.168 2007/08/20 10:55:56 eva Exp $
+
+ 20 Aug 2007; Gilles Dartiguelongue <eva@gentoo.org> vte-0.16.8.ebuild:
+ fix vte-0.16.8 ebuild wrt to bug #189556
*vte-0.16.8 (19 Aug 2007)
diff --git a/x11-libs/vte/vte-0.16.8.ebuild b/x11-libs/vte/vte-0.16.8.ebuild
index 7d8bdaf161ad..24b1e0ae5ffd 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.1 2007/08/19 23:20:56 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.16.8.ebuild,v 1.2 2007/08/20 10:55:56 eva Exp $
inherit eutils gnome2 autotools
@@ -46,10 +46,12 @@ pkg_setup() {
src_unpack() {
gnome2_src_unpack
- epatch ${FILESDIR}/${PN}-0.13.2-no-lazy-bindings.patch
-
# Fix LINGUAS handling, remove when upstream fixes their po/Makefile.in.in
intltoolize --force || die
- eautoreconf
+ epatch ${FILESDIR}/${PN}-0.13.2-no-lazy-bindings.patch
+ cd ${S}/gnome-pty-helper
+
+ # eautoreconf will break on systems without gtk-doc
+ eautomake
}