diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2014-01-19 23:04:58 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2014-01-19 23:04:58 +0000 |
commit | 48bad12ac69ec0a67ac181f500cb570cdf901d09 (patch) | |
tree | c5de6688200919b8bc0a445602883793a08406d8 /app-emulation/qemu | |
parent | Cull some older versions (diff) | |
download | gentoo-2-48bad12ac69ec0a67ac181f500cb570cdf901d09.tar.gz gentoo-2-48bad12ac69ec0a67ac181f500cb570cdf901d09.tar.bz2 gentoo-2-48bad12ac69ec0a67ac181f500cb570cdf901d09.zip |
Nudge the SeaBIOS depend to the correct version for this release.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key D7DFA8D318FA9AEF!)
Diffstat (limited to 'app-emulation/qemu')
-rw-r--r-- | app-emulation/qemu/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/qemu/qemu-1.7.0.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-emulation/qemu/ChangeLog b/app-emulation/qemu/ChangeLog index 4c269c72d6b2..1663a92fef36 100644 --- a/app-emulation/qemu/ChangeLog +++ b/app-emulation/qemu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/qemu # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.245 2014/01/19 23:03:10 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.246 2014/01/19 23:04:58 cardoe Exp $ + + 19 Jan 2014; Doug Goldstein <cardoe@gentoo.org> qemu-1.7.0.ebuild: + Nudge the SeaBIOS depend to the correct version for this release. 19 Jan 2014; Doug Goldstein <cardoe@gentoo.org> -qemu-1.5.2-r1.ebuild, -qemu-1.5.2-r2.ebuild, -qemu-1.6.0.ebuild: diff --git a/app-emulation/qemu/qemu-1.7.0.ebuild b/app-emulation/qemu/qemu-1.7.0.ebuild index 545c1859a68c..5e97fd55564c 100644 --- a/app-emulation/qemu/qemu-1.7.0.ebuild +++ b/app-emulation/qemu/qemu-1.7.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-1.7.0.ebuild,v 1.1 2013/12/19 08:49:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-1.7.0.ebuild,v 1.2 2014/01/19 23:04:58 cardoe Exp $ EAPI=5 @@ -97,13 +97,13 @@ RDEPEND="!static-softmmu? ( ${LIB_DEPEND//\[static-libs(+)]} ) static-user? ( >=dev-libs/glib-2.0[static-libs(+)] ) qemu_softmmu_targets_i386? ( >=sys-firmware/ipxe-1.0.0_p20130624 - ~sys-firmware/seabios-1.7.3 + ~sys-firmware/seabios-1.7.3.2 ~sys-firmware/sgabios-0.1_pre8 ~sys-firmware/vgabios-0.7a ) qemu_softmmu_targets_x86_64? ( >=sys-firmware/ipxe-1.0.0_p20130624 - ~sys-firmware/seabios-1.7.3 + ~sys-firmware/seabios-1.7.3.2 ~sys-firmware/sgabios-0.1_pre8 ~sys-firmware/vgabios-0.7a ) |