diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-05-08 17:21:09 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-05-08 17:21:09 +0000 |
commit | 5122f7587c2f2735702ab92f1d1c46a70b22fa92 (patch) | |
tree | 2e10df5a392791c2aa9958adedbefecc295ee107 /sys-boot/grub/grub-9999.ebuild | |
parent | old (diff) | |
download | gentoo-2-5122f7587c2f2735702ab92f1d1c46a70b22fa92.tar.gz gentoo-2-5122f7587c2f2735702ab92f1d1c46a70b22fa92.tar.bz2 gentoo-2-5122f7587c2f2735702ab92f1d1c46a70b22fa92.zip |
Pull in unifont for mkfont tools #318747 by Alexis Ballier.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sys-boot/grub/grub-9999.ebuild')
-rw-r--r-- | sys-boot/grub/grub-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999.ebuild index 241133ce3568..94123c7c5051 100644 --- a/sys-boot/grub/grub-9999.ebuild +++ b/sys-boot/grub/grub-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999.ebuild,v 1.19 2010/01/17 01:25:28 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999.ebuild,v 1.20 2010/05/08 17:21:09 vapier Exp $ inherit mount-boot eutils flag-o-matic toolchain-funcs @@ -23,7 +23,7 @@ IUSE="custom-cflags debug truetype multislot static" RDEPEND=">=sys-libs/ncurses-5.2-r5 dev-libs/lzo - truetype? ( media-libs/freetype )" + truetype? ( media-libs/freetype media-fonts/unifont )" DEPEND="${RDEPEND} dev-lang/ruby" PROVIDE="virtual/bootloader" |