summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-12-21 04:48:26 +0000
committerMike Frysinger <vapier@gentoo.org>2012-12-21 04:48:26 +0000
commitac145ede7e5f5d6948aef94c15a69fa10d6efb85 (patch)
tree1cd6589e4daf0f79741306f36af2ffea862d8e55 /app-shells
parentDev channel bump. (diff)
downloadgentoo-2-ac145ede7e5f5d6948aef94c15a69fa10d6efb85.tar.gz
gentoo-2-ac145ede7e5f5d6948aef94c15a69fa10d6efb85.tar.bz2
gentoo-2-ac145ede7e5f5d6948aef94c15a69fa10d6efb85.zip
Disable glob handling until #443552 gets fixed.
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/dash/ChangeLog8
-rw-r--r--app-shells/dash/dash-0.5.7.3-r1.ebuild (renamed from app-shells/dash/dash-0.5.7.3.ebuild)4
2 files changed, 9 insertions, 3 deletions
diff --git a/app-shells/dash/ChangeLog b/app-shells/dash/ChangeLog
index 513910cca1f8..db51f7d01bc5 100644
--- a/app-shells/dash/ChangeLog
+++ b/app-shells/dash/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-shells/dash
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/ChangeLog,v 1.99 2012/11/07 08:06:01 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/ChangeLog,v 1.100 2012/12/21 04:48:26 vapier Exp $
+
+*dash-0.5.7.3-r1 (21 Dec 2012)
+
+ 21 Dec 2012; Mike Frysinger <vapier@gentoo.org> +dash-0.5.7.3-r1.ebuild,
+ -dash-0.5.7.3.ebuild:
+ Disable glob handling until #443552 gets fixed.
*dash-0.5.7.3 (07 Nov 2012)
diff --git a/app-shells/dash/dash-0.5.7.3.ebuild b/app-shells/dash/dash-0.5.7.3-r1.ebuild
index a286a0d46ac5..d49881531501 100644
--- a/app-shells/dash/dash-0.5.7.3.ebuild
+++ b/app-shells/dash/dash-0.5.7.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.7.3.ebuild,v 1.1 2012/11/07 08:06:01 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.7.3-r1.ebuild,v 1.1 2012/12/21 04:48:26 vapier Exp $
EAPI="4"
@@ -45,10 +45,10 @@ src_prepare() {
src_configure() {
use static && append-ldflags -static
+ # Do not pass --enable-glob due to #443552.
econf \
--bindir=/bin \
--enable-fnmatch \
- --enable-glob \
$(use_with libedit)
}