floppym     15/02/04 02:25:00

  Modified:             grub-2.02_beta2-r7.ebuild grub-9999-r1.ebuild
                        ChangeLog
  Log:
  DEPEND on freetype unconditionally so that we always build fonts for gfxterm.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  Changes    Path
1.2                  sys-boot/grub/grub-2.02_beta2-r7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-2.02_beta2-r7.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-2.02_beta2-r7.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-2.02_beta2-r7.ebuild?r1=1.1&r2=1.2

Index: grub-2.02_beta2-r7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.02_beta2-r7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- grub-2.02_beta2-r7.ebuild   1 Feb 2015 18:43:52 -0000       1.1
+++ grub-2.02_beta2-r7.ebuild   4 Feb 2015 02:25:00 -0000       1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 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-r7.ebuild,v 
1.1 2015/02/01 18:43:52 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.02_beta2-r7.ebuild,v 
1.2 2015/02/04 02:25:00 floppym Exp $
 
 EAPI=5
 
@@ -79,14 +79,11 @@
 DEPEND="${RDEPEND}
        ${PYTHON_DEPS}
        app-misc/pax-utils
+       media-libs/freetype:2
        sys-devel/flex
        sys-devel/bison
        sys-apps/help2man
        sys-apps/texinfo
-       grub_platforms_coreboot? ( media-libs/freetype:2 )
-       grub_platforms_qemu? ( media-libs/freetype:2 )
-       grub_platforms_ieee1275? ( media-libs/freetype:2 )
-       grub_platforms_loongson? ( media-libs/freetype:2 )
        grub_platforms_xen? ( app-emulation/xen-tools )
        static? (
                app-arch/xz-utils[static-libs(+)]



1.25                 sys-boot/grub/grub-9999-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-9999-r1.ebuild?rev=1.25&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-9999-r1.ebuild?rev=1.25&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-9999-r1.ebuild?r1=1.24&r2=1.25

Index: grub-9999-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999-r1.ebuild,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- grub-9999-r1.ebuild 4 Jan 2015 03:16:03 -0000       1.24
+++ grub-9999-r1.ebuild 4 Feb 2015 02:25:00 -0000       1.25
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 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.24 
2015/01/04 03:16:03 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999-r1.ebuild,v 1.25 
2015/02/04 02:25:00 floppym Exp $
 
 EAPI=5
 
@@ -81,14 +81,11 @@
 DEPEND="${RDEPEND}
        ${PYTHON_DEPS}
        app-misc/pax-utils
+       media-libs/freetype:2
        sys-devel/flex
        sys-devel/bison
        sys-apps/help2man
        sys-apps/texinfo
-       grub_platforms_coreboot? ( media-libs/freetype:2 )
-       grub_platforms_qemu? ( media-libs/freetype:2 )
-       grub_platforms_ieee1275? ( media-libs/freetype:2 )
-       grub_platforms_loongson? ( media-libs/freetype:2 )
        grub_platforms_xen? ( app-emulation/xen-tools )
        static? (
                app-arch/xz-utils[static-libs(+)]



1.342                sys-boot/grub/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?rev=1.342&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?rev=1.342&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?r1=1.341&r2=1.342

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v
retrieving revision 1.341
retrieving revision 1.342
diff -u -r1.341 -r1.342
--- ChangeLog   1 Feb 2015 18:43:52 -0000       1.341
+++ ChangeLog   4 Feb 2015 02:25:00 -0000       1.342
@@ -1,6 +1,10 @@
 # ChangeLog for sys-boot/grub
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.341 2015/02/01 
18:43:52 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.342 2015/02/04 
02:25:00 floppym Exp $
+
+  04 Feb 2015; Mike Gilbert <[email protected]> grub-2.02_beta2-r7.ebuild,
+  grub-9999-r1.ebuild:
+  DEPEND on freetype unconditionally so that we always build fonts for gfxterm.
 
 *grub-2.02_beta2-r7 (01 Feb 2015)
 




Reply via email to