Summary: | app-emulation/qemu-1.4.0 USE=spice should depend on >=app-emulation/spice-protocol-0.12.3 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Christopher Byrne <salah.coronya> |
Component: | Current packages | Assignee: | Doug Goldstein (RETIRED) <cardoe> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | qemu+disabled |
Priority: | Normal | Keywords: | PATCH |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | Bump requirement to at least app-emulation/spice-protocol-0.12.3 |
Description
Christopher Byrne
2013-02-26 07:27:36 UTC
Already fixed in CVS rev 1.4. --- qemu-1.4.0.ebuild 25 Feb 2013 05:27:17 -0000 1.3 +++ qemu-1.4.0.ebuild 25 Feb 2013 05:52:50 -0000 1.4 @@ -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-1.4.0.ebuild,v 1.3 2013/02/25 05:27:17 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-1.4.0.ebuild,v 1.4 2013/02/25 05:52:50 cardoe Exp $ EAPI=5 @@ -101,7 +101,7 @@ sdl? ( media-libs/libsdl[X] ) selinux? ( sec-policy/selinux-qemu ) smartcard? ( dev-libs/nss ) - spice? ( >=app-emulation/spice-protocol-0.12.2 ) + spice? ( >=app-emulation/spice-protocol-0.12.3 ) systemtap? ( dev-util/systemtap ) usbredir? ( >=sys-apps/usbredir-0.5.3 ) virtfs? ( sys-libs/libcap ) |