diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2013-08-19 14:08:33 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2013-08-19 14:08:33 +0000 |
commit | 1dc346018b9d5479f7ea49ed8a8caf32e8f802d9 (patch) | |
tree | 601fc7ff6d7eb2b39b225d4e3b00f8f0e401e6bc /app-emulation/qemu | |
parent | eapi5 and add := dep on ocaml (diff) | |
download | gentoo-2-1dc346018b9d5479f7ea49ed8a8caf32e8f802d9.tar.gz gentoo-2-1dc346018b9d5479f7ea49ed8a8caf32e8f802d9.tar.bz2 gentoo-2-1dc346018b9d5479f7ea49ed8a8caf32e8f802d9.zip |
SeaBIOS/VGABios/sgabios are not meant to be a versioned depend for the live ebuild. bug #481594
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key D7DFA8D318FA9AEF!)
Diffstat (limited to 'app-emulation/qemu')
-rw-r--r-- | app-emulation/qemu/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/qemu/qemu-9999.ebuild | 14 |
2 files changed, 12 insertions, 8 deletions
diff --git a/app-emulation/qemu/ChangeLog b/app-emulation/qemu/ChangeLog index b42fbdf58aca..d50e3e515959 100644 --- a/app-emulation/qemu/ChangeLog +++ b/app-emulation/qemu/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/qemu # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.236 2013/08/19 14:07:08 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.237 2013/08/19 14:08:33 cardoe Exp $ + + 19 Aug 2013; Doug Goldstein <cardoe@gentoo.org> qemu-9999.ebuild: + SeaBIOS/VGABios/sgabios are not meant to be a versioned depend for the live + ebuild. bug #481594 19 Aug 2013; 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-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild index fd0a21e5d3f8..8370cccdcd25 100644 --- a/app-emulation/qemu/qemu-9999.ebuild +++ b/app-emulation/qemu/qemu-9999.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/app-emulation/qemu/qemu-9999.ebuild,v 1.58 2013/08/17 21:32:54 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild,v 1.59 2013/08/19 14:08:33 cardoe Exp $ EAPI=5 @@ -90,15 +90,15 @@ 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/sgabios-0.1_pre8 - >=sys-firmware/vgabios-0.7a + sys-firmware/seabios + sys-firmware/sgabios + sys-firmware/vgabios ) qemu_softmmu_targets_x86_64? ( >=sys-firmware/ipxe-1.0.0_p20130624 - >=sys-firmware/seabios-1.7.3 - >=sys-firmware/sgabios-0.1_pre8 - >=sys-firmware/vgabios-0.7a + sys-firmware/seabios + sys-firmware/sgabios + sys-firmware/vgabios ) accessibility? ( app-accessibility/brltty ) alsa? ( >=media-libs/alsa-lib-1.0.13 ) |