diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-03-11 04:29:25 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-03-11 04:29:25 +0000 |
commit | f6bc8b0595c9067090f6049533a68d7d117b9896 (patch) | |
tree | e0316ba567bad9bb68dfed0dbcae68cc1a18f7b7 /sys-boot/grub/grub-0.92-r1.ebuild | |
parent | Version bump and housekeeping (diff) | |
download | historical-f6bc8b0595c9067090f6049533a68d7d117b9896.tar.gz historical-f6bc8b0595c9067090f6049533a68d7d117b9896.tar.bz2 historical-f6bc8b0595c9067090f6049533a68d7d117b9896.zip |
unset BLOCK_SIZE #73499 by Frank Szczerba
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'sys-boot/grub/grub-0.92-r1.ebuild')
-rw-r--r-- | sys-boot/grub/grub-0.92-r1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys-boot/grub/grub-0.92-r1.ebuild b/sys-boot/grub/grub-0.92-r1.ebuild index 539f0e99a8f4..6e538e977b67 100644 --- a/sys-boot/grub/grub-0.92-r1.ebuild +++ b/sys-boot/grub/grub-0.92-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.92-r1.ebuild,v 1.7 2005/01/20 18:37:45 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.92-r1.ebuild,v 1.8 2005/03/11 04:29:25 vapier Exp $ inherit mount-boot eutils flag-o-matic gcc @@ -11,13 +11,12 @@ SRC_URI="ftp://alpha.gnu.org/gnu/grub/${P}.tar.gz mirror://gentoo/${P}-gentoo-${PATCHVER}.tar.bz2 http://dev.gentoo.org/~seemant/extras/${P}-gentoo-${PATCHVER}.tar.bz2" -SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 -amd64 -ppc -sparc -alpha -mips" +SLOT="0" +KEYWORDS="-* x86" IUSE="" DEPEND=">=sys-libs/ncurses-5.2-r5" - PROVIDE="virtual/bootloader" src_unpack() { @@ -32,9 +31,10 @@ src_unpack() { } src_compile() { - filter-flags "-fstack-protector" + unset BLOCK_SIZE #73499 + #i686-specific code in the boot loader is a bad idea; disabling to ensure #at least some compatibility if the hard drive is moved to an older or #incompatible system. |