| 1 | # Copyright 1999-2010 Gentoo Foundation |
1 | # Copyright 1999-2010 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999.ebuild,v 1.23 2010/07/24 08:45:56 vapier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999.ebuild,v 1.24 2010/08/22 19:58:14 vapier Exp $ |
| 4 | |
4 | |
| 5 | # XXX: need to implement a grub.conf migration in pkg_postinst before we ~arch |
5 | # XXX: need to implement a grub.conf migration in pkg_postinst before we ~arch |
| 6 | |
6 | |
| 7 | inherit mount-boot eutils flag-o-matic toolchain-funcs |
7 | inherit mount-boot eutils flag-o-matic toolchain-funcs |
| 8 | |
8 | |
| … | |
… | |
| 23 | KEYWORDS="" |
23 | KEYWORDS="" |
| 24 | IUSE="custom-cflags debug truetype multislot static" |
24 | IUSE="custom-cflags debug 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 |
| 28 | truetype? ( media-libs/freetype media-fonts/unifont )" |
28 | truetype? ( media-libs/freetype >=media-fonts/unifont-5 )" |
| 29 | DEPEND="${RDEPEND} |
29 | DEPEND="${RDEPEND} |
| 30 | dev-lang/ruby" |
30 | dev-lang/ruby" |
| 31 | PROVIDE="virtual/bootloader" |
31 | PROVIDE="virtual/bootloader" |
| 32 | |
32 | |
| 33 | export STRIP_MASK="*/grub/*/*.mod" |
33 | export STRIP_MASK="*/grub/*/*.mod" |