diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-04-13 07:21:47 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-04-13 07:21:47 +0000 |
commit | a0b8839e87d18751e50ea0932115ac595c42fc97 (patch) | |
tree | f55dabf8ef69475ec5329506270603b5a2347da7 /sys-boot | |
parent | Version Bump (diff) | |
download | gentoo-2-a0b8839e87d18751e50ea0932115ac595c42fc97.tar.gz gentoo-2-a0b8839e87d18751e50ea0932115ac595c42fc97.tar.bz2 gentoo-2-a0b8839e87d18751e50ea0932115ac595c42fc97.zip |
Bump gnu-efi dep since new version with correct paths is available now.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/gummiboot/ChangeLog | 8 | ||||
-rw-r--r-- | sys-boot/gummiboot/gummiboot-45.ebuild | 6 | ||||
-rw-r--r-- | sys-boot/gummiboot/gummiboot-9999.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/sys-boot/gummiboot/ChangeLog b/sys-boot/gummiboot/ChangeLog index 7019c3d5d124..61fbb8e8a837 100644 --- a/sys-boot/gummiboot/ChangeLog +++ b/sys-boot/gummiboot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-boot/gummiboot -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/gummiboot/ChangeLog,v 1.2 2014/08/07 08:11:18 mgorny Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/gummiboot/ChangeLog,v 1.3 2015/04/13 07:21:47 mgorny Exp $ + + 13 Apr 2015; Michał Górny <mgorny@gentoo.org> gummiboot-45.ebuild, + gummiboot-9999.ebuild: + Bump gnu-efi dep since new version with correct paths is available now. 07 Aug 2014; Michał Górny <mgorny@gentoo.org> gummiboot-45.ebuild: Use locally-hosted, fully-generated distfile instead of the unstable snapshot, diff --git a/sys-boot/gummiboot/gummiboot-45.ebuild b/sys-boot/gummiboot/gummiboot-45.ebuild index 84dc9feff4c4..aa13761898c6 100644 --- a/sys-boot/gummiboot/gummiboot-45.ebuild +++ b/sys-boot/gummiboot/gummiboot-45.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/gummiboot/gummiboot-45.ebuild,v 1.2 2014/08/07 08:11:18 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/gummiboot/gummiboot-45.ebuild,v 1.3 2015/04/13 07:21:47 mgorny Exp $ EAPI=5 @@ -20,7 +20,7 @@ DEPEND="${RDEPEND} app-arch/xz-utils app-text/docbook-xsl-stylesheets dev-libs/libxslt - =sys-boot/gnu-efi-3.0s" + >=sys-boot/gnu-efi-3.0.2" pkg_pretend() { # CONFIG_EFI_STUB is required to boot a kernel with gummiboot diff --git a/sys-boot/gummiboot/gummiboot-9999.ebuild b/sys-boot/gummiboot/gummiboot-9999.ebuild index 398ac8a55dbc..da0cb5ac04ed 100644 --- a/sys-boot/gummiboot/gummiboot-9999.ebuild +++ b/sys-boot/gummiboot/gummiboot-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/gummiboot/gummiboot-9999.ebuild,v 1.1 2014/08/02 07:54:54 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/gummiboot/gummiboot-9999.ebuild,v 1.2 2015/04/13 07:21:47 mgorny Exp $ EAPI=5 @@ -19,7 +19,7 @@ RDEPEND="sys-apps/util-linux" DEPEND="${RDEPEND} app-text/docbook-xsl-stylesheets dev-libs/libxslt - =sys-boot/gnu-efi-3.0s" + >=sys-boot/gnu-efi-3.0.2" pkg_pretend() { # CONFIG_EFI_STUB is required to boot a kernel with gummiboot |