diff options
author | Tiziano Müller <dev-zero@gentoo.org> | 2013-03-01 07:37:46 +0000 |
---|---|---|
committer | Tiziano Müller <dev-zero@gentoo.org> | 2013-03-01 07:37:46 +0000 |
commit | 126cb7a074eb2988163f09b3eec5272a994ab4c0 (patch) | |
tree | bab8b3aab26fcd9aaaaa2b9a558f19cd2c99bd17 /app-emulation/qemu | |
parent | Add live ebuild as discussed with Cardoe ages ago. (diff) | |
download | gentoo-2-126cb7a074eb2988163f09b3eec5272a994ab4c0.tar.gz gentoo-2-126cb7a074eb2988163f09b3eec5272a994ab4c0.tar.bz2 gentoo-2-126cb7a074eb2988163f09b3eec5272a994ab4c0.zip |
Don't block spice[smartcard] as libcacard is the real blocker and it doesn't work as planned.
(Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key 0x1E0CA85F!)
Diffstat (limited to 'app-emulation/qemu')
-rw-r--r-- | app-emulation/qemu/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/qemu/qemu-1.4.0.ebuild | 5 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-emulation/qemu/ChangeLog b/app-emulation/qemu/ChangeLog index ac86b84e6702..ce6c2065144a 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.198 2013/02/28 16:07:36 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.199 2013/03/01 07:37:46 dev-zero Exp $ + + 01 Mar 2013; Tiziano Müller <dev-zero@gentoo.org> qemu-1.4.0.ebuild: + Don't block spice[smartcard] as libcacard is the real blocker and it doesn't + work as planned. 28 Feb 2013; Doug Goldstein <cardoe@gentoo.org> qemu-9999.ebuild: TODO no longer exists in the top level. Items are tracked in the bug tracker diff --git a/app-emulation/qemu/qemu-1.4.0.ebuild b/app-emulation/qemu/qemu-1.4.0.ebuild index 4e3202a8fd42..c76816bc174c 100644 --- a/app-emulation/qemu/qemu-1.4.0.ebuild +++ b/app-emulation/qemu/qemu-1.4.0.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-1.4.0.ebuild,v 1.8 2013/02/28 12:16:33 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-1.4.0.ebuild,v 1.9 2013/03/01 07:37:46 dev-zero Exp $ EAPI=5 @@ -72,8 +72,7 @@ LIB_DEPEND=">=dev-libs/glib-2.0[static-libs(+)] sasl? ( dev-libs/cyrus-sasl[static-libs(+)] ) sdl? ( >=media-libs/libsdl-1.2.11[static-libs(+)] ) seccomp? ( >=sys-libs/libseccomp-1.0.1[static-libs(+)] ) - spice? ( >=app-emulation/spice-0.12.0[static-libs(+)] - smartcard? ( app-emulation/spice[-smartcard] ) ) + spice? ( >=app-emulation/spice-0.12.0[static-libs(+)] ) tls? ( net-libs/gnutls[static-libs(+)] ) uuid? ( >=sys-apps/util-linux-2.16.0[static-libs(+)] ) vde? ( net-misc/vde[static-libs(+)] ) |