diff options
author | Michael Cummings <mcummings@gentoo.org> | 2002-12-12 00:03:09 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2002-12-12 00:03:09 +0000 |
commit | 7d44e6725e595fd6a45bdadca9b627b17138493e (patch) | |
tree | 6263b99ee8df7cd4a795734c9eec8ec8dceb704f /sys-devel | |
parent | note for lc_all (diff) | |
download | historical-7d44e6725e595fd6a45bdadca9b627b17138493e.tar.gz historical-7d44e6725e595fd6a45bdadca9b627b17138493e.tar.bz2 historical-7d44e6725e595fd6a45bdadca9b627b17138493e.zip |
added lc_all=c for ebuild, just like in perl-5.6.1
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/perl/perl-5.8.0-r3.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-devel/perl/perl-5.8.0-r3.ebuild b/sys-devel/perl/perl-5.8.0-r3.ebuild index 698e9deacad2..751a67224e1f 100644 --- a/sys-devel/perl/perl-5.8.0-r3.ebuild +++ b/sys-devel/perl/perl-5.8.0-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/perl/perl-5.8.0-r3.ebuild,v 1.7 2002/12/11 16:00:48 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/perl/perl-5.8.0-r3.ebuild,v 1.8 2002/12/12 00:03:09 mcummings Exp $ IUSE="berkdb gdbm" @@ -17,6 +17,7 @@ DEPEND="sys-apps/groff berkdb? ( >=sys-libs/db-3.2.3h-r3 =sys-libs/db-1.85-r1 ) RDEPEND="berkdb? ( >=sys-libs/db-3.2.3h-r3 =sys-libs/db-1.85-r1 ) gdbm? ( >=sys-libs/gdbm-1.8.0 )" src_compile() { + export LC_ALL=C local myconf if [ "`use gdbm`" ] then @@ -116,6 +117,7 @@ EOF src_install () { + export LC_ALL=C cd ${S} insinto /usr/lib/perl5/${PV}/${CHOST%%-*}-linux/CORE/ |