summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2013-03-17 03:14:42 +0000
committerDoug Goldstein <cardoe@gentoo.org>2013-03-17 03:14:42 +0000
commit2c98bdce1bf3c4f465ce98ad41736bbab92e0bcd (patch)
tree665f8cd60ee377b82d9015c9f2df23b3c9c1539d /sys-firmware
parentCleanup (diff)
downloadgentoo-2-2c98bdce1bf3c4f465ce98ad41736bbab92e0bcd.tar.gz
gentoo-2-2c98bdce1bf3c4f465ce98ad41736bbab92e0bcd.tar.bz2
gentoo-2-2c98bdce1bf3c4f465ce98ad41736bbab92e0bcd.zip
These versions are not compatible with iasl-20130117.
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key D7DFA8D318FA9AEF!)
Diffstat (limited to 'sys-firmware')
-rw-r--r--sys-firmware/seabios/ChangeLog6
-rw-r--r--sys-firmware/seabios/seabios-1.7.1.ebuild7
-rw-r--r--sys-firmware/seabios/seabios-1.7.2.ebuild7
3 files changed, 15 insertions, 5 deletions
diff --git a/sys-firmware/seabios/ChangeLog b/sys-firmware/seabios/ChangeLog
index 88cfbbde36be..564c8bdc7ae7 100644
--- a/sys-firmware/seabios/ChangeLog
+++ b/sys-firmware/seabios/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-firmware/seabios
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-firmware/seabios/ChangeLog,v 1.12 2013/03/16 02:38:33 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-firmware/seabios/ChangeLog,v 1.13 2013/03/17 03:14:42 cardoe Exp $
+
+ 17 Mar 2013; Doug Goldstein <cardoe@gentoo.org> seabios-1.7.1.ebuild,
+ seabios-1.7.2.ebuild:
+ These versions are not compatible with iasl-20130117.
16 Mar 2013; Doug Goldstein <cardoe@gentoo.org> seabios-1.7.2.ebuild:
Need to include eutils, not user eclass.
diff --git a/sys-firmware/seabios/seabios-1.7.1.ebuild b/sys-firmware/seabios/seabios-1.7.1.ebuild
index 4dca7e8cdbf6..d974df21032c 100644
--- a/sys-firmware/seabios/seabios-1.7.1.ebuild
+++ b/sys-firmware/seabios/seabios-1.7.1.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-firmware/seabios/seabios-1.7.1.ebuild,v 1.5 2013/03/12 14:50:52 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-firmware/seabios/seabios-1.7.1.ebuild,v 1.6 2013/03/17 03:14:42 cardoe Exp $
EAPI=4
@@ -32,7 +32,10 @@ IUSE="+binary"
REQUIRED_USE="ppc? ( binary )
ppc64? ( binary )"
-DEPEND="!binary? ( sys-power/iasl )"
+DEPEND="!binary? (
+ >=sys-power/iasl-20060912
+ <sys-power/iasl-20130117
+ )"
RDEPEND=""
pkg_pretend() {
diff --git a/sys-firmware/seabios/seabios-1.7.2.ebuild b/sys-firmware/seabios/seabios-1.7.2.ebuild
index 14f4e88241ed..e30b3ebd3118 100644
--- a/sys-firmware/seabios/seabios-1.7.2.ebuild
+++ b/sys-firmware/seabios/seabios-1.7.2.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-firmware/seabios/seabios-1.7.2.ebuild,v 1.3 2013/03/16 02:38:33 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-firmware/seabios/seabios-1.7.2.ebuild,v 1.4 2013/03/17 03:14:42 cardoe Exp $
EAPI=5
@@ -32,7 +32,10 @@ IUSE="+binary"
REQUIRED_USE="ppc? ( binary )
ppc64? ( binary )"
-DEPEND="!binary? ( sys-power/iasl )"
+DEPEND="!binary? (
+ >=sys-power/iasl-20060912
+ <sys-power/iasl-20130117
+ )"
RDEPEND=""
pkg_pretend() {