summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Johanson <latexer@gentoo.org>2005-11-08 07:42:43 +0000
committerPeter Johanson <latexer@gentoo.org>2005-11-08 07:42:43 +0000
commited3ec6e179c44853109db9325d68338d16986651 (patch)
tree4f437eaa83ae3030bf24638a2d5ec40487e15f06 /dev-lang
parentx11-proto -> x11-libs (diff)
downloadgentoo-2-ed3ec6e179c44853109db9325d68338d16986651.tar.gz
gentoo-2-ed3ec6e179c44853109db9325d68338d16986651.tar.bz2
gentoo-2-ed3ec6e179c44853109db9325d68338d16986651.zip
Fix for resource/locale issue. See bug #109351.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/boo/ChangeLog5
-rw-r--r--dev-lang/boo/boo-0.7.0.1921.ebuild7
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-lang/boo/ChangeLog b/dev-lang/boo/ChangeLog
index 281a29592387..9083bae31aa0 100644
--- a/dev-lang/boo/ChangeLog
+++ b/dev-lang/boo/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/boo
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/boo/ChangeLog,v 1.7 2005/10/06 22:52:39 latexer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/boo/ChangeLog,v 1.8 2005/11/08 07:42:43 latexer Exp $
+
+ 08 Nov 2005; Peter Johanson <latexer@gentoo.org> boo-0.7.0.1921.ebuild:
+ Fix for resource/locale issue. See bug #109351.
*boo-0.7.0.1921 (06 Oct 2005)
diff --git a/dev-lang/boo/boo-0.7.0.1921.ebuild b/dev-lang/boo/boo-0.7.0.1921.ebuild
index 973e598c1643..3862789e4a54 100644
--- a/dev-lang/boo/boo-0.7.0.1921.ebuild
+++ b/dev-lang/boo/boo-0.7.0.1921.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/boo/boo-0.7.0.1921.ebuild,v 1.1 2005/10/06 22:52:39 latexer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/boo/boo-0.7.0.1921.ebuild,v 1.2 2005/11/08 07:42:43 latexer Exp $
inherit mono fdo-mime eutils
@@ -27,11 +27,12 @@ src_unpack() {
}
src_compile() {
- nant -D:install.prefix=/usr || die
+ LC_ALL="C" LANG="C" nant -D:install.prefix=/usr || die
}
src_install() {
- nant install -D:install.destdir=${D} -D:install.prefix=/usr || die
+ LC_ALL="C" LANG="C" nant install \
+ -D:install.destdir=${D} -D:install.prefix=/usr || die
}
pkg_postinst() {