diff options
author | Matthias Maier <tamiko@gentoo.org> | 2018-03-19 10:38:41 -0500 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2018-03-19 10:38:41 -0500 |
commit | 4accc1692c8cdfc5b4a7a624aef1379940971c21 (patch) | |
tree | 13d7148ac82f2b19dea0065c8c6a642efebf0067 /app-emulation | |
parent | app-emulation/spice: fix dependency (diff) | |
download | gentoo-4accc1692c8cdfc5b4a7a624aef1379940971c21.tar.gz gentoo-4accc1692c8cdfc5b4a7a624aef1379940971c21.tar.bz2 gentoo-4accc1692c8cdfc5b4a7a624aef1379940971c21.zip |
app-emulation/spice: update live ebuild
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/spice/spice-9999.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app-emulation/spice/spice-9999.ebuild b/app-emulation/spice/spice-9999.ebuild index bc7a3036722a..16ad9468a964 100644 --- a/app-emulation/spice/spice-9999.ebuild +++ b/app-emulation/spice/spice-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -18,8 +18,8 @@ IUSE="libressl lz4 sasl smartcard static-libs gstreamer" # the libspice-server only uses the headers of libcacard RDEPEND=" + dev-lang/orc[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(+)?] sys-libs/zlib[static-libs(+)?] virtual/jpeg:0=[static-libs(+)?] @@ -72,8 +72,7 @@ src_configure() { $(use_with sasl) $(use_enable smartcard) --enable-gstreamer=$(usex gstreamer "1.0" "no") - --enable-celt051 - --disable-gui + --disable-celt051 " econf ${myconf} } |