vapier      15/07/27 04:03:11

  Modified:             bc-1.06.95-r2.ebuild ChangeLog
  Log:
  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)

Revision  Changes    Path
1.3                  sys-devel/bc/bc-1.06.95-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bc/bc-1.06.95-r2.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bc/bc-1.06.95-r2.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bc/bc-1.06.95-r2.ebuild?r1=1.2&r2=1.3

Index: bc-1.06.95-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/bc/bc-1.06.95-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bc-1.06.95-r2.ebuild        14 Jul 2015 03:06:33 -0000      1.2
+++ bc-1.06.95-r2.ebuild        27 Jul 2015 04:03:11 -0000      1.3
@@ -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 @@
                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}



1.53                 sys-devel/bc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bc/ChangeLog?rev=1.53&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bc/ChangeLog?rev=1.53&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bc/ChangeLog?r1=1.52&r2=1.53

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/bc/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog   23 Jul 2015 20:45:36 -0000      1.52
+++ ChangeLog   27 Jul 2015 04:03:11 -0000      1.53
@@ -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 <vap...@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 <pa...@gentoo.org> bc-1.06.95-r1.ebuild:
   ppc stable wrt bug #554708




Reply via email to