summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2011-02-09 17:22:05 +0000
committerPacho Ramos <pacho@gentoo.org>2011-02-09 17:22:05 +0000
commitfced69734d3aaa90454538856b3883551233f712 (patch)
treea836b73c5af989d0867e56726858ec9a8b6e9459 /app-text/wv
parentFix building with x11-libs/libnotify >= 0.7 wrt #354129 by Diego Elio Pettenò. (diff)
downloadgentoo-2-fced69734d3aaa90454538856b3883551233f712.tar.gz
gentoo-2-fced69734d3aaa90454538856b3883551233f712.tar.bz2
gentoo-2-fced69734d3aaa90454538856b3883551233f712.zip
Fix sed command behavior depending on LC_ALL setting (bug #353832 by Dominique Michel and Sander Sweers).
(Portage version: 2.1.9.36/cvs/Linux x86_64)
Diffstat (limited to 'app-text/wv')
-rw-r--r--app-text/wv/ChangeLog6
-rw-r--r--app-text/wv/wv-1.2.9-r1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/app-text/wv/ChangeLog b/app-text/wv/ChangeLog
index 114430e904a3..58ce4e8a0b71 100644
--- a/app-text/wv/ChangeLog
+++ b/app-text/wv/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/wv
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/wv/ChangeLog,v 1.56 2011/02/02 18:36:05 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/wv/ChangeLog,v 1.57 2011/02/09 17:22:05 pacho Exp $
+
+ 09 Feb 2011; Pacho Ramos <pacho@gentoo.org> wv-1.2.9-r1.ebuild:
+ Fix sed command behavior depending on LC_ALL setting (bug #353832 by
+ Dominique Michel and Sander Sweers).
*wv-1.2.9-r1 (02 Feb 2011)
diff --git a/app-text/wv/wv-1.2.9-r1.ebuild b/app-text/wv/wv-1.2.9-r1.ebuild
index 3c52e1c050e2..ab46f2350737 100644
--- a/app-text/wv/wv-1.2.9-r1.ebuild
+++ b/app-text/wv/wv-1.2.9-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/wv/wv-1.2.9-r1.ebuild,v 1.1 2011/02/02 18:36:05 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/wv/wv-1.2.9-r1.ebuild,v 1.2 2011/02/09 17:22:05 pacho Exp $
EAPI="3"
@@ -31,7 +31,7 @@ src_prepare() {
sed -i -e '/bin_/d' GNUmakefile.am || die
sed -i -e '/SUBDIRS/d' GNUmakefile.am || die
sed -i -e '/\/GNUmakefile/d' configure.ac || die
- sed -i -e '/wv[A-Z]/d' configure.ac || die
+ sed -i -e '/wv[[:upper:]]/d' configure.ac || die
eautoreconf
fi
}