diff options
author | Tiziano Müller <dev-zero@gentoo.org> | 2014-09-23 07:18:23 +0000 |
---|---|---|
committer | Tiziano Müller <dev-zero@gentoo.org> | 2014-09-23 07:18:23 +0000 |
commit | 208e8d24aded85718a3df821ee0cc1fce81734a8 (patch) | |
tree | 7bd31d9f5a07f6420b59ef73c0aff24e92109951 /app-emulation/spice | |
parent | Bump p11-kit dependency, bug#523472, thanks to Marcin Mirosław (diff) | |
download | gentoo-2-208e8d24aded85718a3df821ee0cc1fce81734a8.tar.gz gentoo-2-208e8d24aded85718a3df821ee0cc1fce81734a8.tar.bz2 gentoo-2-208e8d24aded85718a3df821ee0cc1fce81734a8.zip |
opus is an automagic dep for client and server, depend on it unconditionally until someone fixes it
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0x1A5D023975B0583D!)
Diffstat (limited to 'app-emulation/spice')
-rw-r--r-- | app-emulation/spice/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/spice/spice-0.12.5-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-emulation/spice/ChangeLog b/app-emulation/spice/ChangeLog index 308a47ad92e7..eeaf956239a7 100644 --- a/app-emulation/spice/ChangeLog +++ b/app-emulation/spice/ChangeLog @@ -1,6 +1,10 @@ # 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.62 2014/08/11 20:57:06 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/ChangeLog,v 1.63 2014/09/23 07:18:23 dev-zero Exp $ + + 23 Sep 2014; Tiziano Müller <dev-zero@gentoo.org> spice-0.12.5-r1.ebuild: + opus is an automagic dep for client and server, depend on it unconditionally + until someone fixes it 11 Aug 2014; Christian Ruppert <idl0r@gentoo.org> spice-0.12.5-r1.ebuild: Only +client needs the opus dep diff --git a/app-emulation/spice/spice-0.12.5-r1.ebuild b/app-emulation/spice/spice-0.12.5-r1.ebuild index eb545f3fc45e..e89441b8ea2c 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.2 2014/08/11 20:57:06 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/spice-0.12.5-r1.ebuild,v 1.3 2014/09/23 07:18:23 dev-zero 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 |