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

(-)grub-1.99-r2.ebuild.orig (-2 / +3 lines)
Lines 26-32 Link Here
26
[[ ${PV} != "9999" ]] && KEYWORDS="~amd64 ~mips ~x86"
26
[[ ${PV} != "9999" ]] && KEYWORDS="~amd64 ~mips ~x86"
27
IUSE="custom-cflags debug device-mapper efiemu nls static sdl truetype"
27
IUSE="custom-cflags debug device-mapper efiemu nls static sdl truetype"
28
28
29
GRUB_PLATFORMS="coreboot efi-32 efi-64 emu ieee1275 multiboot pc qemu qemu-mips yeeloong"
29
IUSE_GRUB_PLATFORMS="coreboot efi-32 efi-64 emu ieee1275 multiboot pc qemu qemu-mips yeeloong"
30
# everywhere:
30
# everywhere:
31
#     emu
31
#     emu
32
# mips only:
32
# mips only:
Lines 37-43 Link Here
37
#     coreboot, multiboot, efi-32, pc, qemu
37
#     coreboot, multiboot, efi-32, pc, qemu
38
# amd64
38
# amd64
39
#     efi-64
39
#     efi-64
40
for i in ${GRUB_PLATFORMS}; do
40
for i in ${IUSE_GRUB_PLATFORMS}; do
41
	IUSE+=" grub_platforms_${i}"
41
	IUSE+=" grub_platforms_${i}"
42
done
42
done
43
unset i
43
unset i
Lines 53-58 Link Here
53
		sdl? ( media-libs/libsdl )
53
		sdl? ( media-libs/libsdl )
54
	)
54
	)
55
	device-mapper? ( >=sys-fs/lvm2-2.02.45 )
55
	device-mapper? ( >=sys-fs/lvm2-2.02.45 )
56
	grub_platforms_efi-64? ( sys-boot/efibootmgr )
56
	truetype? ( media-libs/freetype >=media-fonts/unifont-5 )"
57
	truetype? ( media-libs/freetype >=media-fonts/unifont-5 )"
57
DEPEND="${RDEPEND}
58
DEPEND="${RDEPEND}
58
	>=dev-lang/python-2.5.2
59
	>=dev-lang/python-2.5.2

Return to bug 386119