diff options
author | Mike Gilbert <floppym@gentoo.org> | 2014-12-16 16:07:02 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2014-12-16 16:07:02 +0000 |
commit | 578141197638428f191600af54159b7bbad5dfbc (patch) | |
tree | 84896e2ce2d6079cc08156a791e6c31b52e6dbc4 /sys-boot | |
parent | rm old (diff) | |
download | gentoo-2-578141197638428f191600af54159b7bbad5dfbc.tar.gz gentoo-2-578141197638428f191600af54159b7bbad5dfbc.tar.bz2 gentoo-2-578141197638428f191600af54159b7bbad5dfbc.zip |
Add blocker on broken freetype, bug 532506.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/grub/ChangeLog | 6 | ||||
-rw-r--r-- | sys-boot/grub/grub-2.02_beta2-r3.ebuild | 4 | ||||
-rw-r--r-- | sys-boot/grub/grub-2.02_beta2-r6.ebuild | 4 | ||||
-rw-r--r-- | sys-boot/grub/grub-9999-r1.ebuild | 4 |
4 files changed, 14 insertions, 4 deletions
diff --git a/sys-boot/grub/ChangeLog b/sys-boot/grub/ChangeLog index b23d14cee046..d79e43ccb2ce 100644 --- a/sys-boot/grub/ChangeLog +++ b/sys-boot/grub/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-boot/grub # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.337 2014/12/11 01:29:40 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.338 2014/12/16 16:07:02 floppym Exp $ + + 16 Dec 2014; Mike Gilbert <floppym@gentoo.org> grub-2.02_beta2-r3.ebuild, + grub-2.02_beta2-r6.ebuild, grub-9999-r1.ebuild: + Add blocker on broken freetype, bug 532506. *grub-2.02_beta2-r6 (11 Dec 2014) diff --git a/sys-boot/grub/grub-2.02_beta2-r3.ebuild b/sys-boot/grub/grub-2.02_beta2-r3.ebuild index 520e88a7ba38..b92816a9dc60 100644 --- a/sys-boot/grub/grub-2.02_beta2-r3.ebuild +++ b/sys-boot/grub/grub-2.02_beta2-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.02_beta2-r3.ebuild,v 1.3 2014/12/03 17:11:07 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.02_beta2-r3.ebuild,v 1.4 2014/12/16 16:07:02 floppym Exp $ EAPI=5 @@ -111,6 +111,8 @@ RDEPEND+=" nls? ( sys-devel/gettext ) " +DEPEND+=" !!=media-libs/freetype-2.5.4" + STRIP_MASK="*/grub/*/*.{mod,img}" RESTRICT="test" diff --git a/sys-boot/grub/grub-2.02_beta2-r6.ebuild b/sys-boot/grub/grub-2.02_beta2-r6.ebuild index 8e33f3f3e600..10448bf675c1 100644 --- a/sys-boot/grub/grub-2.02_beta2-r6.ebuild +++ b/sys-boot/grub/grub-2.02_beta2-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.02_beta2-r6.ebuild,v 1.1 2014/12/11 01:29:40 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.02_beta2-r6.ebuild,v 1.2 2014/12/16 16:07:02 floppym Exp $ EAPI=5 @@ -111,6 +111,8 @@ RDEPEND+=" nls? ( sys-devel/gettext ) " +DEPEND+=" !!=media-libs/freetype-2.5.4" + STRIP_MASK="*/grub/*/*.{mod,img}" RESTRICT="test" diff --git a/sys-boot/grub/grub-9999-r1.ebuild b/sys-boot/grub/grub-9999-r1.ebuild index 96e755c845fd..4f64a124fe2b 100644 --- a/sys-boot/grub/grub-9999-r1.ebuild +++ b/sys-boot/grub/grub-9999-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999-r1.ebuild,v 1.22 2014/10/22 21:03:02 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999-r1.ebuild,v 1.23 2014/12/16 16:07:02 floppym Exp $ EAPI=5 @@ -113,6 +113,8 @@ RDEPEND+=" nls? ( sys-devel/gettext ) " +DEPEND+=" !!=media-libs/freetype-2.5.4" + STRIP_MASK="*/grub/*/*.{mod,img}" RESTRICT="test" |