diff options
author | 2013-12-09 23:27:51 +0000 | |
---|---|---|
committer | 2013-12-09 23:27:51 +0000 | |
commit | 447d4aa34cc24ec71b2a2915617a6fa7f66896ff (patch) | |
tree | a6be62fca2743d80189ac5e09f3e4d0d530c90b4 /sys-boot/grub/grub-2.00_p5107-r2.ebuild | |
parent | Clean out old or unkeyword old versions due to bug #489792 (diff) | |
download | historical-447d4aa34cc24ec71b2a2915617a6fa7f66896ff.tar.gz historical-447d4aa34cc24ec71b2a2915617a6fa7f66896ff.tar.bz2 historical-447d4aa34cc24ec71b2a2915617a6fa7f66896ff.zip |
Fix build with freetype-2.5.1, bug 493634 by Thomas Axelsson.
Package-Manager: portage-2.2.7/cvs/Linux x86_64
Manifest-Sign-Key: 0x0BBEEA1FEA4843A4
Diffstat (limited to 'sys-boot/grub/grub-2.00_p5107-r2.ebuild')
-rw-r--r-- | sys-boot/grub/grub-2.00_p5107-r2.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys-boot/grub/grub-2.00_p5107-r2.ebuild b/sys-boot/grub/grub-2.00_p5107-r2.ebuild index 0dc1df10b1e1..3baf92f27651 100644 --- a/sys-boot/grub/grub-2.00_p5107-r2.ebuild +++ b/sys-boot/grub/grub-2.00_p5107-r2.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_p5107-r2.ebuild,v 1.5 2013/10/26 14:41:41 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.00_p5107-r2.ebuild,v 1.6 2013/12/09 23:27:48 floppym Exp $ EAPI=5 @@ -23,7 +23,9 @@ if [[ ${PV} != 9999 ]]; then S=${WORKDIR}/${P%_*} fi KEYWORDS="amd64 x86" - PATCHES=() + PATCHES=( + "${FILESDIR}/grub-2.00-freetype-2.5.1.patch" + ) else inherit git-r3 EGIT_REPO_URI="git://git.sv.gnu.org/grub.git |