summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-boot/grub/ChangeLog5
-rw-r--r--sys-boot/grub/grub-2.02_beta2-r7.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-boot/grub/ChangeLog b/sys-boot/grub/ChangeLog
index a0856c675dbe..ad529c1405a5 100644
--- a/sys-boot/grub/ChangeLog
+++ b/sys-boot/grub/ChangeLog
@@ -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 <floppym@gentoo.org> grub-2.02_beta2-r7.ebuild:
+ Backport another build fix for musl, bug 543840.
02 Aug 2015; Agostino Sarubbo <ago@gentoo.org> grub-2.02_beta2-r7.ebuild:
Stable for x86, wrt bug #554740
diff --git a/sys-boot/grub/grub-2.02_beta2-r7.ebuild b/sys-boot/grub/grub-2.02_beta2-r7.ebuild
index 8c12a2eb355b..94635f85feb3 100644
--- a/sys-boot/grub/grub-2.02_beta2-r7.ebuild
+++ b/sys-boot/grub/grub-2.02_beta2-r7.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-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 @@ if [[ ${PV} != 9999 ]]; then
# 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