diff options
author | Tiziano Müller <dev-zero@gentoo.org> | 2011-07-26 13:09:16 +0000 |
---|---|---|
committer | Tiziano Müller <dev-zero@gentoo.org> | 2011-07-26 13:09:16 +0000 |
commit | 5060f0783b39f7a1670c3bd04c39a36d9e1fb40f (patch) | |
tree | 2bebbdde1973af039681d052bf50019813aa4616 /app-emulation/spice | |
parent | Fix as-needed linking on the quickstarter. Patches backported from upstream t... (diff) | |
download | gentoo-2-5060f0783b39f7a1670c3bd04c39a36d9e1fb40f.tar.gz gentoo-2-5060f0783b39f7a1670c3bd04c39a36d9e1fb40f.tar.bz2 gentoo-2-5060f0783b39f7a1670c3bd04c39a36d9e1fb40f.zip |
Fixed dep on spice-protocol.
(Portage version: 2.1.10.6/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/spice')
-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 |