diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2014-08-11 20:57:06 +0000 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2014-08-11 20:57:06 +0000 |
commit | 78bafd94746a0f03e57f2393c9e01661d0ce2c6d (patch) | |
tree | 460ac667bcfb4e271771746cbda45da252aa4bff /app-emulation | |
parent | Version bump (diff) | |
download | gentoo-2-78bafd94746a0f03e57f2393c9e01661d0ce2c6d.tar.gz gentoo-2-78bafd94746a0f03e57f2393c9e01661d0ce2c6d.tar.bz2 gentoo-2-78bafd94746a0f03e57f2393c9e01661d0ce2c6d.zip |
Only +client needs the opus dep
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key B427ABC8)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/spice/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/spice/spice-0.12.5-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/spice/ChangeLog b/app-emulation/spice/ChangeLog index b2f17635760e..308a47ad92e7 100644 --- a/app-emulation/spice/ChangeLog +++ b/app-emulation/spice/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/spice # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/ChangeLog,v 1.61 2014/08/10 13:06:49 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/ChangeLog,v 1.62 2014/08/11 20:57:06 idl0r Exp $ + + 11 Aug 2014; Christian Ruppert <idl0r@gentoo.org> spice-0.12.5-r1.ebuild: + Only +client needs the opus dep *spice-0.12.5-r1 (10 Aug 2014) diff --git a/app-emulation/spice/spice-0.12.5-r1.ebuild b/app-emulation/spice/spice-0.12.5-r1.ebuild index 011b4d8142c6..eb545f3fc45e 100644 --- a/app-emulation/spice/spice-0.12.5-r1.ebuild +++ b/app-emulation/spice/spice-0.12.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/spice-0.12.5-r1.ebuild,v 1.1 2014/08/10 13:06:49 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/spice-0.12.5-r1.ebuild,v 1.2 2014/08/11 20:57:06 idl0r Exp $ EAPI=5 @@ -22,12 +22,12 @@ IUSE="client sasl smartcard static-libs" # static RDEPEND=">=x11-libs/pixman-0.17.7[static-libs(+)?] >=dev-libs/glib-2.22:2[static-libs(+)?] >=media-libs/celt-0.5.1.1:0.5.1[static-libs(+)?] - media-libs/opus[static-libs(+)?] dev-libs/openssl[static-libs(+)?] virtual/jpeg[static-libs(+)?] sys-libs/zlib[static-libs(+)?] sasl? ( dev-libs/cyrus-sasl[static-libs(+)?] ) client? ( + media-libs/opus[static-libs(+)?] media-libs/alsa-lib >=x11-libs/libXrandr-1.2 x11-libs/libX11 |