summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text')
-rw-r--r--app-text/gnome-doc-utils/ChangeLog9
-rw-r--r--app-text/gnome-doc-utils/gnome-doc-utils-0.14.0.ebuild4
2 files changed, 9 insertions, 4 deletions
diff --git a/app-text/gnome-doc-utils/ChangeLog b/app-text/gnome-doc-utils/ChangeLog
index ccf48787c241..57743776608f 100644
--- a/app-text/gnome-doc-utils/ChangeLog
+++ b/app-text/gnome-doc-utils/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-text/gnome-doc-utils
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/ChangeLog,v 1.120 2008/10/12 10:31:56 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/ChangeLog,v 1.121 2008/10/17 12:53:08 leio Exp $
+
+ 17 Oct 2008; Mart Raudsepp <leio@gentoo.org>
+ gnome-doc-utils-0.14.0.ebuild:
+ Remove the LINGUAS respecting fix - it causes maintainer mode rebuild and
+ possible build failures without eautoreconf. If you want to not have extra
+ languages, use localepurge until a gnome-doc-utils release that uses a
+ newer intltool in the tarball; fixes bug 242346
12 Oct 2008; Gilles Dartiguelongue <eva@gentoo.org>
gnome-doc-utils-0.14.0.ebuild:
diff --git a/app-text/gnome-doc-utils/gnome-doc-utils-0.14.0.ebuild b/app-text/gnome-doc-utils/gnome-doc-utils-0.14.0.ebuild
index 3b7c829ff20a..511799336b55 100644
--- a/app-text/gnome-doc-utils/gnome-doc-utils-0.14.0.ebuild
+++ b/app-text/gnome-doc-utils/gnome-doc-utils-0.14.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/gnome-doc-utils-0.14.0.ebuild,v 1.2 2008/10/12 10:31:56 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/gnome-doc-utils-0.14.0.ebuild,v 1.3 2008/10/17 12:53:08 leio Exp $
inherit eutils python gnome2
@@ -29,8 +29,6 @@ src_unpack() {
# Make xml2po FHS compliant, bug #190798
epatch "${FILESDIR}/${P}-fhs.patch"
- intltoolize --force || die "intltoolize failed"
-
# If there is a need to reintroduce eautomake or eautoreconf, make sure
# to AT_M4DIR="tools m4", bug #224609 (m4 removes glib build time dep)
}