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
commit3215f996df192e31b9ba69ff7819ff5f5c4e6b3b (patch)
tree295a626955bac91905e6168ba80aa648be23fe5e /app-text
parentRespect LINGUAS, bug #183086. (diff)
downloadgentoo-2-3215f996df192e31b9ba69ff7819ff5f5c4e6b3b.tar.gz
gentoo-2-3215f996df192e31b9ba69ff7819ff5f5c4e6b3b.tar.bz2
gentoo-2-3215f996df192e31b9ba69ff7819ff5f5c4e6b3b.zip
Respect LINGUAS, bug #183086.
(Portage version: 2.2_rc11/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/gnome-spell/ChangeLog6
-rw-r--r--app-text/gnome-spell/gnome-spell-1.0.8.ebuild4
2 files changed, 8 insertions, 2 deletions
diff --git a/app-text/gnome-spell/ChangeLog b/app-text/gnome-spell/ChangeLog
index a22afa9ff6e3..501b614e50c8 100644
--- a/app-text/gnome-spell/ChangeLog
+++ b/app-text/gnome-spell/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/gnome-spell
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-spell/ChangeLog,v 1.90 2008/09/30 11:14:40 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-spell/ChangeLog,v 1.91 2008/10/12 10:32:48 eva Exp $
+
+ 12 Oct 2008; Gilles Dartiguelongue <eva@gentoo.org>
+ gnome-spell-1.0.8.ebuild:
+ Respect LINGUAS, bug #183086.
30 Sep 2008; Raúl Porcel <armin76@gentoo.org> gnome-spell-1.0.8.ebuild:
arm stable wrt #223425
diff --git a/app-text/gnome-spell/gnome-spell-1.0.8.ebuild b/app-text/gnome-spell/gnome-spell-1.0.8.ebuild
index 4b2fbc734ac5..726f0e0c64c1 100644
--- a/app-text/gnome-spell/gnome-spell-1.0.8.ebuild
+++ b/app-text/gnome-spell/gnome-spell-1.0.8.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-spell/gnome-spell-1.0.8.ebuild,v 1.8 2008/09/30 11:14:40 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-spell/gnome-spell-1.0.8.ebuild,v 1.9 2008/10/12 10:32:48 eva Exp $
inherit eutils gnome2 autotools
@@ -10,6 +10,7 @@ HOMEPAGE="http://www.gnome.org/"
LICENSE="GPL-2"
SLOT="1"
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
+IUSE=""
RDEPEND=">=gnome-base/libgnome-1.112.1
>=gnome-base/libbonoboui-1.112.1
@@ -41,5 +42,6 @@ src_unpack() {
epatch "${FILESDIR}/${PN}-1.0.7-combo.patch"
epatch "${FILESDIR}/${PN}-1.0.7-remove_gnome_h.patch"
+ intltoolize --force || die "intltoolize failed"
eautoreconf
}