summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-boot/grub')
-rw-r--r--sys-boot/grub/ChangeLog6
-rw-r--r--sys-boot/grub/grub-2.00_p4946.ebuild7
-rw-r--r--sys-boot/grub/grub-9999.ebuild7
3 files changed, 15 insertions, 5 deletions
diff --git a/sys-boot/grub/ChangeLog b/sys-boot/grub/ChangeLog
index f304e43e84da..83f563420214 100644
--- a/sys-boot/grub/ChangeLog
+++ b/sys-boot/grub/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-boot/grub
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.268 2013/07/28 17:27:18 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.269 2013/07/28 17:32:59 floppym Exp $
+
+ 28 Jul 2013; Mike Gilbert <floppym@gentoo.org> grub-2.00_p4946.ebuild,
+ grub-9999.ebuild:
+ We don't need autogen with a pristine snapshot.
*grub-2.00_p4946 (28 Jul 2013)
diff --git a/sys-boot/grub/grub-2.00_p4946.ebuild b/sys-boot/grub/grub-2.00_p4946.ebuild
index b9f1442b6478..78f9726d4cd2 100644
--- a/sys-boot/grub/grub-2.00_p4946.ebuild
+++ b/sys-boot/grub/grub-2.00_p4946.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.00_p4946.ebuild,v 1.1 2013/07/28 17:27:18 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.00_p4946.ebuild,v 1.2 2013/07/28 17:32:59 floppym Exp $
EAPI=5
@@ -77,7 +77,6 @@ DEPEND="${RDEPEND}
sys-devel/bison
sys-apps/help2man
sys-apps/texinfo
- >=sys-devel/autogen-5.10
static? (
truetype? (
app-arch/bzip2[static-libs(+)]
@@ -98,6 +97,10 @@ RDEPEND+="
!multislot? ( !sys-boot/grub:0 )
"
+if [[ -n ${AUTOTOOLS_AUTORECONF} ]]; then
+ DEPEND+=" >=sys-devel/autogen-5.10"
+fi
+
STRIP_MASK="*/grub/*/*.{mod,img}"
RESTRICT="test"
diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999.ebuild
index 31a7e31b2605..e717f936fcff 100644
--- a/sys-boot/grub/grub-9999.ebuild
+++ b/sys-boot/grub/grub-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999.ebuild,v 1.97 2013/07/28 17:27:18 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999.ebuild,v 1.98 2013/07/28 17:32:59 floppym Exp $
EAPI=5
@@ -77,7 +77,6 @@ DEPEND="${RDEPEND}
sys-devel/bison
sys-apps/help2man
sys-apps/texinfo
- >=sys-devel/autogen-5.10
static? (
truetype? (
app-arch/bzip2[static-libs(+)]
@@ -98,6 +97,10 @@ RDEPEND+="
!multislot? ( !sys-boot/grub:0 )
"
+if [[ -n ${AUTOTOOLS_AUTORECONF} ]]; then
+ DEPEND+=" >=sys-devel/autogen-5.10"
+fi
+
STRIP_MASK="*/grub/*/*.{mod,img}"
RESTRICT="test"