From d75637871c3201c2cb3831c679f2caa8db9806ed Mon Sep 17 00:00:00 2001 From: Manuel Edelmann Date: Tue, 25 Nov 2008 01:18:21 +0100 Subject: [PATCH] bleh --- sys-boot/grub/grub-9999.ebuild | 7 ------- 1 file changed, 7 deletions(-) diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999.ebuild index a209516..28e2073 100644 --- a/sys-boot/grub/grub-9999.ebuild +++ b/sys-boot/grub/grub-9999.ebuild @@ -23,7 +23,6 @@ RESTRICT="strip" src_compile() { cd "${S}" ./autogen.sh || die "autogen failed" - use amd64 && multilib_toolchain_setup x86 use custom-cflags || unset CFLAGS CPPFLAGS LDFLAGS use static && append-ldflags -static chmod +x ./configure @@ -36,9 +35,3 @@ src_install() { dodoc AUTHORS ChangeLog NEWS README THANKS TODO } -pkg_postinst() { - if use amd64; then - ewarn "No 32-bit version of lzo is available in the ebuild tree." - ewarn "You need to build/install it by hand, adding -m32 to CFLAGS." - fi -} -- 2.11.4.GIT