jer 15/05/11 04:36:03 Modified: ChangeLog chrony-2.0.ebuild Log: configure needs bash (bug #548736 by Anthony Parsons). (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.162 net-misc/chrony/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/ChangeLog?rev=1.162&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/ChangeLog?rev=1.162&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/ChangeLog?r1=1.161&r2=1.162 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v retrieving revision 1.161 retrieving revision 1.162 diff -u -r1.161 -r1.162 --- ChangeLog 4 May 2015 05:31:22 -0000 1.161 +++ ChangeLog 11 May 2015 04:36:03 -0000 1.162 @@ -1,6 +1,9 @@ # ChangeLog for net-misc/chrony # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v 1.161 2015/05/04 05:31:22 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v 1.162 2015/05/11 04:36:03 jer Exp $ + + 11 May 2015; Jeroen Roovers <[email protected]> chrony-2.0.ebuild: + configure needs bash (bug #548736 by Anthony Parsons). *chrony-2.0 (04 May 2015) 1.2 net-misc/chrony/chrony-2.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/chrony-2.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/chrony-2.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/chrony-2.0.ebuild?r1=1.1&r2=1.2 Index: chrony-2.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-2.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- chrony-2.0.ebuild 4 May 2015 05:31:22 -0000 1.1 +++ chrony-2.0.ebuild 11 May 2015 04:36:03 -0000 1.2 @@ -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/net-misc/chrony/chrony-2.0.ebuild,v 1.1 2015/05/04 05:31:22 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-2.0.ebuild,v 1.2 2015/05/11 04:36:03 jer Exp $ EAPI=5 inherit eutils systemd toolchain-funcs @@ -83,7 +83,7 @@ # print the ./configure call to aid in future debugging einfo ${CHRONY_CONFIGURE} - sh ${CHRONY_CONFIGURE} || die + bash ${CHRONY_CONFIGURE} || die } src_compile() {
