diff options
author | Peter Alfredsen <loki_val@gentoo.org> | 2009-03-01 14:06:28 +0000 |
---|---|---|
committer | Peter Alfredsen <loki_val@gentoo.org> | 2009-03-01 14:06:28 +0000 |
commit | 37f3259c557bfec8bdfabc3209efab9c58d9744b (patch) | |
tree | 416b3ec3b513904877984dbf967ae1e4a3c1ba1d /media-libs/amrnb | |
parent | Version bump. Remove static libraries and install rlm modules in pkglibdir (#... (diff) | |
download | gentoo-2-37f3259c557bfec8bdfabc3209efab9c58d9744b.tar.gz gentoo-2-37f3259c557bfec8bdfabc3209efab9c58d9744b.tar.bz2 gentoo-2-37f3259c557bfec8bdfabc3209efab9c58d9744b.zip |
Really fix bug 232636. export LC_ALL=C
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/amrnb')
-rw-r--r-- | media-libs/amrnb/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/amrnb/amrnb-7.0.0.0.ebuild | 7 | ||||
-rw-r--r-- | media-libs/amrnb/amrnb-7.0.0.2.ebuild | 6 |
3 files changed, 14 insertions, 7 deletions
diff --git a/media-libs/amrnb/ChangeLog b/media-libs/amrnb/ChangeLog index 728802fc8830..ce1ba8960c29 100644 --- a/media-libs/amrnb/ChangeLog +++ b/media-libs/amrnb/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/amrnb -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/amrnb/ChangeLog,v 1.26 2008/09/23 22:51:17 loki_val Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/amrnb/ChangeLog,v 1.27 2009/03/01 14:06:28 loki_val Exp $ + + 01 Mar 2009; Peter Alfredsen <loki_val@gentoo.org> amrnb-7.0.0.0.ebuild, + amrnb-7.0.0.2.ebuild: + Really fix bug 232636. export LC_ALL=C 23 Sep 2008; Peter Alfredsen <loki_val@gentoo.org> amrnb-7.0.0.2.ebuild: Fix bug 232636, not building with et_EE locale. diff --git a/media-libs/amrnb/amrnb-7.0.0.0.ebuild b/media-libs/amrnb/amrnb-7.0.0.0.ebuild index 7aceaccf100b..80721848e6f1 100644 --- a/media-libs/amrnb/amrnb-7.0.0.0.ebuild +++ b/media-libs/amrnb/amrnb-7.0.0.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/amrnb/amrnb-7.0.0.0.ebuild,v 1.9 2008/05/25 09:03:07 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/amrnb/amrnb-7.0.0.0.ebuild,v 1.10 2009/03/01 14:06:28 loki_val Exp $ SPEC_VER="26104-700" @@ -16,6 +16,9 @@ IUSE="" RDEPEND="" DEPEND="app-arch/unzip" +#Bug 232636 +export LC_ALL=C + src_unpack() { unpack ${P}.tar.bz2 cd "${S}" diff --git a/media-libs/amrnb/amrnb-7.0.0.2.ebuild b/media-libs/amrnb/amrnb-7.0.0.2.ebuild index 85bbbbdae756..27b9b6dd36ba 100644 --- a/media-libs/amrnb/amrnb-7.0.0.2.ebuild +++ b/media-libs/amrnb/amrnb-7.0.0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/amrnb/amrnb-7.0.0.2.ebuild,v 1.2 2008/09/23 22:51:17 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/amrnb/amrnb-7.0.0.2.ebuild,v 1.3 2009/03/01 14:06:28 loki_val Exp $ SPEC_VER="26104-700" @@ -20,7 +20,7 @@ RDEPEND="" DEPEND="app-arch/unzip" #Bug 232636 -LC_ALL=C +export LC_ALL=C src_unpack() { unpack ${P}.tar.bz2 |