summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2008-10-12 10:32:48 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2008-10-12 10:32:48 +0000
commitb246c80b9ab6b869c8eb38b2ba757346d87854a3 (patch)
tree12ad899baa4893d348214723f65829e9041b91f1 /app-text/gnome-doc-utils
parentFix build dependencies. (diff)
downloadhistorical-b246c80b9ab6b869c8eb38b2ba757346d87854a3.tar.gz
historical-b246c80b9ab6b869c8eb38b2ba757346d87854a3.tar.bz2
historical-b246c80b9ab6b869c8eb38b2ba757346d87854a3.zip
Respect LINGUAS, bug #183086.
Package-Manager: portage-2.2_rc11/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64
Diffstat (limited to 'app-text/gnome-doc-utils')
-rw-r--r--app-text/gnome-doc-utils/ChangeLog6
-rw-r--r--app-text/gnome-doc-utils/gnome-doc-utils-0.14.0.ebuild4
2 files changed, 8 insertions, 2 deletions
diff --git a/app-text/gnome-doc-utils/ChangeLog b/app-text/gnome-doc-utils/ChangeLog
index 7eb1aceeb6b7..ccf48787c241 100644
--- a/app-text/gnome-doc-utils/ChangeLog
+++ b/app-text/gnome-doc-utils/ChangeLog
@@ -1,6 +1,10 @@
# 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.119 2008/10/07 11:29:57 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/ChangeLog,v 1.120 2008/10/12 10:31:56 eva Exp $
+
+ 12 Oct 2008; Gilles Dartiguelongue <eva@gentoo.org>
+ gnome-doc-utils-0.14.0.ebuild:
+ Respect LINGUAS, bug #183086.
*gnome-doc-utils-0.14.0 (07 Oct 2008)
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 93138f358f3e..3b7c829ff20a 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.1 2008/10/07 11:29:57 leio Exp $
+# $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 $
inherit eutils python gnome2
@@ -29,6 +29,8 @@ 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)
}