diff options
author | Matt Turner <mattst88@gentoo.org> | 2013-01-19 03:05:28 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2013-01-19 03:05:28 +0000 |
commit | f4fdbd8dde0b7a877b0cfdf477cc71737920afb9 (patch) | |
tree | db94cf154cc1a4bb952ac3045a5c4a23e53806bc /sys-boot | |
parent | bump (diff) | |
download | gentoo-2-f4fdbd8dde0b7a877b0cfdf477cc71737920afb9.tar.gz gentoo-2-f4fdbd8dde0b7a877b0cfdf477cc71737920afb9.tar.bz2 gentoo-2-f4fdbd8dde0b7a877b0cfdf477cc71737920afb9.zip |
Add yeeloong? ( truetype ) to REQUIRED_USE, bug 452894.
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/grub/ChangeLog | 5 | ||||
-rw-r--r-- | sys-boot/grub/grub-2.00-r1.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-boot/grub/ChangeLog b/sys-boot/grub/ChangeLog index a10b58ac2290..947b8f218a25 100644 --- a/sys-boot/grub/ChangeLog +++ b/sys-boot/grub/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-boot/grub # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.247 2013/01/19 01:51:20 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.248 2013/01/19 03:05:28 mattst88 Exp $ + + 19 Jan 2013; Matt Turner <mattst88@gentoo.org> grub-2.00-r1.ebuild: + Add yeeloong? ( truetype ) to REQUIRED_USE, bug 452894. 19 Jan 2013; Mike Gilbert <floppym@gentoo.org> files/grub-2.00-parallel-make.patch: diff --git a/sys-boot/grub/grub-2.00-r1.ebuild b/sys-boot/grub/grub-2.00-r1.ebuild index 65913377bcf3..0ae5472fcd53 100644 --- a/sys-boot/grub/grub-2.00-r1.ebuild +++ b/sys-boot/grub/grub-2.00-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.00-r1.ebuild,v 1.7 2013/01/13 19:43:16 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.00-r1.ebuild,v 1.8 2013/01/19 03:05:28 mattst88 Exp $ EAPI=4 @@ -46,7 +46,8 @@ GRUB_PLATFORMS=( ) IUSE+=" ${GRUB_PLATFORMS[@]/#/grub_platforms_}" -REQUIRED_USE="grub_platforms_qemu? ( truetype )" +REQUIRED_USE="grub_platforms_qemu? ( truetype ) + grub_platforms_yeeloong? ( truetype )" # os-prober: Used on runtime to detect other OSes # xorriso (dev-libs/libisoburn): Used on runtime for mkrescue |