Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 90342
Collapse All | Expand All

(-)grub-0.96-r1.ebuild (-1 / +5 lines)
Lines 13-19 Link Here
13
LICENSE="GPL-2"
13
LICENSE="GPL-2"
14
SLOT="0"
14
SLOT="0"
15
KEYWORDS="~amd64 x86"
15
KEYWORDS="~amd64 x86"
16
IUSE="static netboot"
16
IUSE="static netboot savedefault"
17
17
18
RDEPEND=">=sys-libs/ncurses-5.2-r5"
18
RDEPEND=">=sys-libs/ncurses-5.2-r5"
19
DEPEND="${RDEPEND}
19
DEPEND="${RDEPEND}
Lines 61-66 Link Here
61
	# gcc4 patches; bug #85016
61
	# gcc4 patches; bug #85016
62
	epatch ${FILESDIR}/${P}-r1-gcc4.patch
62
	epatch ${FILESDIR}/${P}-r1-gcc4.patch
63
63
64
        if use savedefault ; then
65
                epatch ${FILESDIR}/${P}-savedefault.patch
66
        fi
67
64
	# a bunch of patches apply to raw autotool files
68
	# a bunch of patches apply to raw autotool files
65
	autoconf || die "autoconf failed"
69
	autoconf || die "autoconf failed"
66
	aclocal || die "aclocal failed"
70
	aclocal || die "aclocal failed"

Return to bug 90342