floppym 15/08/06 19:14:21 Modified: grub-2.02_beta2-r7.ebuild ChangeLog Log: Backport another build fix for musl, bug 543840. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path 1.15 sys-boot/grub/grub-2.02_beta2-r7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-2.02_beta2-r7.ebuild?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-2.02_beta2-r7.ebuild?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-2.02_beta2-r7.ebuild?r1=1.14&r2=1.15 Index: grub-2.02_beta2-r7.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.02_beta2-r7.ebuild,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- grub-2.02_beta2-r7.ebuild 2 Aug 2015 18:42:41 -0000 1.14 +++ grub-2.02_beta2-r7.ebuild 6 Aug 2015 19:14:21 -0000 1.15 @@ -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-boot/grub/grub-2.02_beta2-r7.ebuild,v 1.14 2015/08/02 18:42:41 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.02_beta2-r7.ebuild,v 1.15 2015/08/06 19:14:21 floppym Exp $ EAPI=5 @@ -19,7 +19,7 @@ # The quote style is to work with <=bash-4.2 and >=bash-4.3 #503860 MY_P=${P/_/'~'} SRC_URI="mirror://gnu-alpha/${PN}/${MY_P}.tar.xz - http://dev.gentoo.org/~floppym/dist/${P}-gentoo-r2.tar.xz" + http://dev.gentoo.org/~floppym/dist/${P}-gentoo-r3.tar.xz" S=${WORKDIR}/${MY_P} else SRC_URI="mirror://gnu/${PN}/${P}.tar.xz 1.358 sys-boot/grub/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?rev=1.358&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?rev=1.358&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?r1=1.357&r2=1.358 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v retrieving revision 1.357 retrieving revision 1.358 diff -u -r1.357 -r1.358 --- ChangeLog 2 Aug 2015 18:42:41 -0000 1.357 +++ ChangeLog 6 Aug 2015 19:14:21 -0000 1.358 @@ -1,6 +1,9 @@ # ChangeLog for sys-boot/grub # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.357 2015/08/02 18:42:41 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.358 2015/08/06 19:14:21 floppym Exp $ + + 06 Aug 2015; Mike Gilbert <[email protected]> grub-2.02_beta2-r7.ebuild: + Backport another build fix for musl, bug 543840. 02 Aug 2015; Agostino Sarubbo <[email protected]> grub-2.02_beta2-r7.ebuild: Stable for x86, wrt bug #554740
