diff options
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/spice/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/spice/spice-0.8.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/spice/ChangeLog b/app-emulation/spice/ChangeLog index 49220f21d1f8..f52cca6f7e64 100644 --- a/app-emulation/spice/ChangeLog +++ b/app-emulation/spice/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/spice # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/ChangeLog,v 1.13 2011/07/25 09:21:07 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/ChangeLog,v 1.14 2011/07/26 13:09:16 dev-zero Exp $ + + 26 Jul 2011; Tiziano Müller <dev-zero@gentoo.org> spice-0.8.2.ebuild: + Fixed dep on spice-protocol. *spice-0.8.2 (25 Jul 2011) diff --git a/app-emulation/spice/spice-0.8.2.ebuild b/app-emulation/spice/spice-0.8.2.ebuild index 2d5c8171bb89..07ec07f8e80f 100644 --- a/app-emulation/spice/spice-0.8.2.ebuild +++ b/app-emulation/spice/spice-0.8.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/spice-0.8.2.ebuild,v 1.1 2011/07/25 09:21:07 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/spice-0.8.2.ebuild,v 1.2 2011/07/26 13:09:16 dev-zero Exp $ EAPI=4 @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="+gui sasl static-libs" -RDEPEND=">=app-emulation/spice-protocol-0.1 +RDEPEND=">=app-emulation/spice-protocol-0.8.1 >=x11-libs/pixman-0.17.7 media-libs/alsa-lib media-libs/celt:0.5.1 |