summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2011-03-10 10:46:38 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2011-03-10 10:46:38 +0000
commit2c161a947f6b066858794fb1310550e59201ea92 (patch)
tree7e636bbbd4074254265b5237d2af53aabc8f3215 /media-gfx/mypaint
parentVersion bump. (diff)
downloadgentoo-2-2c161a947f6b066858794fb1310550e59201ea92.tar.gz
gentoo-2-2c161a947f6b066858794fb1310550e59201ea92.tar.bz2
gentoo-2-2c161a947f6b066858794fb1310550e59201ea92.zip
Export LANG on src_compile to fix problem with some locales. Bug #352700
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx/mypaint')
-rw-r--r--media-gfx/mypaint/ChangeLog7
-rw-r--r--media-gfx/mypaint/mypaint-0.9.0.ebuild6
2 files changed, 9 insertions, 4 deletions
diff --git a/media-gfx/mypaint/ChangeLog b/media-gfx/mypaint/ChangeLog
index f9c086f79599..64321c53c0c4 100644
--- a/media-gfx/mypaint/ChangeLog
+++ b/media-gfx/mypaint/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-gfx/mypaint
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/mypaint/ChangeLog,v 1.3 2010/12/31 17:23:00 hwoarang Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/mypaint/ChangeLog,v 1.4 2011/03/10 10:46:38 hwoarang Exp $
+
+ 10 Mar 2011; Markos Chandras <hwoarang@gentoo.org> mypaint-0.9.0.ebuild:
+ Export LANG on src_compile to fix problem with some locales. Bug #352700
31 Dec 2010; Markos Chandras <hwoarang@gentoo.org> mypaint-0.9.0.ebuild:
Use a png icon instead of .ico
diff --git a/media-gfx/mypaint/mypaint-0.9.0.ebuild b/media-gfx/mypaint/mypaint-0.9.0.ebuild
index 1f9b9585d690..7b6c6875b903 100644
--- a/media-gfx/mypaint/mypaint-0.9.0.ebuild
+++ b/media-gfx/mypaint/mypaint-0.9.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/mypaint/mypaint-0.9.0.ebuild,v 1.3 2010/12/31 17:23:00 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/mypaint/mypaint-0.9.0.ebuild,v 1.4 2011/03/10 10:46:38 hwoarang Exp $
EAPI=2
@@ -33,6 +33,8 @@ src_prepare() {
}
src_compile() {
+ #workaround scons bug with locales. Bug #352700
+ export LANG="en_US.UTF-8"
tc-export CXX
escons || die "scons failed"
}