Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 315449 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/sys-boot/grub/grub-1.98.ebuild (-1 / +2 lines)
Lines 21-27 Link Here
21
LICENSE="GPL-3"
21
LICENSE="GPL-3"
22
use multislot && SLOT="2" || SLOT="0"
22
use multislot && SLOT="2" || SLOT="0"
23
KEYWORDS=""
23
KEYWORDS=""
24
IUSE="custom-cflags debug truetype multislot static"
24
IUSE="custom-cflags debug nls truetype multislot static"
25
25
26
RDEPEND=">=sys-libs/ncurses-5.2-r5
26
RDEPEND=">=sys-libs/ncurses-5.2-r5
27
	dev-libs/lzo
27
	dev-libs/lzo
Lines 64-69 Link Here
64
		--bindir=/bin \
64
		--bindir=/bin \
65
		--libdir=/$(get_libdir) \
65
		--libdir=/$(get_libdir) \
66
		--disable-efiemu \
66
		--disable-efiemu \
67
		$(use_enable nls) \
67
		$(use_enable truetype grub-mkfont) \
68
		$(use_enable truetype grub-mkfont) \
68
		$(use_enable debug mm-debug) \
69
		$(use_enable debug mm-debug) \
69
		$(use_enable debug grub-emu-usb) \
70
		$(use_enable debug grub-emu-usb) \

Return to bug 315449