diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-10-22 07:57:19 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-10-22 07:57:19 +0000 |
commit | 09d97f417aec51b370dba63a34cc416245266378 (patch) | |
tree | 507f3df46cd1811036514b1b68829d9217a20577 /gnome-extra/libgnomedb/libgnomedb-1.0.4.ebuild | |
parent | fix restart command in init script (#68727) (diff) | |
download | historical-09d97f417aec51b370dba63a34cc416245266378.tar.gz historical-09d97f417aec51b370dba63a34cc416245266378.tar.bz2 historical-09d97f417aec51b370dba63a34cc416245266378.zip |
removed intltoolize, not quite sure why its not working, but temporary stopgap for now.
Diffstat (limited to 'gnome-extra/libgnomedb/libgnomedb-1.0.4.ebuild')
-rw-r--r-- | gnome-extra/libgnomedb/libgnomedb-1.0.4.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnome-extra/libgnomedb/libgnomedb-1.0.4.ebuild b/gnome-extra/libgnomedb/libgnomedb-1.0.4.ebuild index 84f874d66a72..b2d82f22b942 100644 --- a/gnome-extra/libgnomedb/libgnomedb-1.0.4.ebuild +++ b/gnome-extra/libgnomedb/libgnomedb-1.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgnomedb/libgnomedb-1.0.4.ebuild,v 1.3 2004/08/14 23:36:05 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgnomedb/libgnomedb-1.0.4.ebuild,v 1.4 2004/10/22 07:57:19 liquidx Exp $ inherit gnome2 eutils @@ -29,7 +29,8 @@ DEPEND=">=dev-util/pkgconfig-0.8 src_unpack() { unpack ${A} gnome2_omf_fix ${S}/doc/Makefile.in - cd ${S}; intltoolize --force || die + cd ${S} + #intltoolize --force || die # Avoid documentation problems. See bug #46275. epatch ${FILESDIR}/${PN}-1.0.3-gtkdoc_fix.patch # Add extra selector. See bug #48611. |