summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-07-27 04:03:11 +0000
committerMike Frysinger <vapier@gentoo.org>2015-07-27 04:03:11 +0000
commit6bafb1b9b9598fc5d05913ef5eb8245e691b3a43 (patch)
treefb649152ba9caaedf03a59262aed06cb3df90d53 /sys-devel
parentVersion bump. (diff)
downloadgentoo-2-6bafb1b9b9598fc5d05913ef5eb8245e691b3a43.tar.gz
gentoo-2-6bafb1b9b9598fc5d05913ef5eb8245e691b3a43.tar.bz2
gentoo-2-6bafb1b9b9598fc5d05913ef5eb8245e691b3a43.zip
Force CONFIG_SHELL=/bin/bash in case the user has forced a broken one #555026 by Alexander Tsoy.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/bc/ChangeLog6
-rw-r--r--sys-devel/bc/bc-1.06.95-r2.ebuild6
2 files changed, 10 insertions, 2 deletions
diff --git a/sys-devel/bc/ChangeLog b/sys-devel/bc/ChangeLog
index f41c202d789d..4a44f1335bee 100644
--- a/sys-devel/bc/ChangeLog
+++ b/sys-devel/bc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-devel/bc
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/bc/ChangeLog,v 1.52 2015/07/23 20:45:36 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bc/ChangeLog,v 1.53 2015/07/27 04:03:11 vapier Exp $
+
+ 27 Jul 2015; Mike Frysinger <vapier@gentoo.org> bc-1.06.95-r2.ebuild:
+ Force CONFIG_SHELL=/bin/bash in case the user has forced a broken one #555026
+ by Alexander Tsoy.
23 Jul 2015; Pacho Ramos <pacho@gentoo.org> bc-1.06.95-r1.ebuild:
ppc stable wrt bug #554708
diff --git a/sys-devel/bc/bc-1.06.95-r2.ebuild b/sys-devel/bc/bc-1.06.95-r2.ebuild
index 5e8461d30122..98e54bc64f6f 100644
--- a/sys-devel/bc/bc-1.06.95-r2.ebuild
+++ b/sys-devel/bc/bc-1.06.95-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/bc/bc-1.06.95-r2.ebuild,v 1.2 2015/07/14 03:06:33 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bc/bc-1.06.95-r2.ebuild,v 1.3 2015/07/27 04:03:11 vapier Exp $
EAPI="5"
@@ -37,6 +37,10 @@ src_configure() {
libedit=$(use_with libedit)
fi
use static && append-ldflags -static
+ # Clobber any CONFIG_SHELL setting the user has forced on us.
+ # We should be able to delete this w/the next release as it
+ # should use updated autoconf.
+ CONFIG_SHELL=/bin/bash \
econf \
$(use_with readline) \
${libedit}