diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2012-10-09 20:25:02 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2012-10-09 20:25:02 +0000 |
commit | 9a12741c563fb5296ee6a53aaf635aeba222a048 (patch) | |
tree | f5aa37b2fbcbbfa64cdfbc4082687dff733b713f /sys-firmware/seabios | |
parent | Remove ebuild that was never keyworded (diff) | |
download | gentoo-2-9a12741c563fb5296ee6a53aaf635aeba222a048.tar.gz gentoo-2-9a12741c563fb5296ee6a53aaf635aeba222a048.tar.bz2 gentoo-2-9a12741c563fb5296ee6a53aaf635aeba222a048.zip |
Drop blocker since we install to our own directory.
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'sys-firmware/seabios')
-rw-r--r-- | sys-firmware/seabios/ChangeLog | 6 | ||||
-rw-r--r-- | sys-firmware/seabios/seabios-1.6.3.ebuild | 6 | ||||
-rw-r--r-- | sys-firmware/seabios/seabios-1.7.0.ebuild | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/sys-firmware/seabios/ChangeLog b/sys-firmware/seabios/ChangeLog index 945f0f9ac6ea..f91876b6b484 100644 --- a/sys-firmware/seabios/ChangeLog +++ b/sys-firmware/seabios/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-firmware/seabios # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-firmware/seabios/ChangeLog,v 1.3 2012/08/04 10:27:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-firmware/seabios/ChangeLog,v 1.4 2012/10/09 20:25:02 cardoe Exp $ + + 09 Oct 2012; Doug Goldstein <cardoe@gentoo.org> seabios-1.6.3.ebuild, + seabios-1.7.0.ebuild: + Drop blocker since we install to our own directory. 04 Aug 2012; Agostino Sarubbo <ago@gentoo.org> seabios-1.7.0.ebuild: Stable for amd64, wrt bug #427590 diff --git a/sys-firmware/seabios/seabios-1.6.3.ebuild b/sys-firmware/seabios/seabios-1.6.3.ebuild index 48edbcf1ceaa..56a57d91d172 100644 --- a/sys-firmware/seabios/seabios-1.6.3.ebuild +++ b/sys-firmware/seabios/seabios-1.6.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-firmware/seabios/seabios-1.6.3.ebuild,v 1.1 2012/07/28 22:16:03 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-firmware/seabios/seabios-1.6.3.ebuild,v 1.2 2012/10/09 20:25:02 cardoe Exp $ EAPI=4 @@ -31,9 +31,7 @@ SLOT="0" IUSE="" DEPEND="" -RDEPEND="${DEPEND} - !app-emulation/qemu - !<=app-emulation/qemu-kvm-0.15.0" +RDEPEND="${DEPEND}" pkg_setup() { python_set_active_version 2 diff --git a/sys-firmware/seabios/seabios-1.7.0.ebuild b/sys-firmware/seabios/seabios-1.7.0.ebuild index 9323694def67..2b15946c0fac 100644 --- a/sys-firmware/seabios/seabios-1.7.0.ebuild +++ b/sys-firmware/seabios/seabios-1.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-firmware/seabios/seabios-1.7.0.ebuild,v 1.3 2012/08/04 10:27:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-firmware/seabios/seabios-1.7.0.ebuild,v 1.4 2012/10/09 20:25:02 cardoe Exp $ EAPI=4 @@ -30,9 +30,7 @@ SLOT="0" IUSE="" DEPEND="" -RDEPEND="${DEPEND} - !app-emulation/qemu - !<=app-emulation/qemu-kvm-0.15.0" +RDEPEND="${DEPEND}" pkg_setup() { python_set_active_version 2 |