app-emulation/spice: update live ebuild
authorMatthias Maier <tamiko@gentoo.org>
Mon, 19 Mar 2018 15:38:41 +0000 (10:38 -0500)
committerMatthias Maier <tamiko@gentoo.org>
Mon, 19 Mar 2018 15:38:41 +0000 (10:38 -0500)
Package-Manager: Portage-2.3.24, Repoman-2.3.6

app-emulation/spice/spice-9999.ebuild

index bc7a3036722af98cf85c68db6b0b6a0f9b88d84c..16ad9468a964a093959630043687fcd611658b37 100644 (file)
@@ -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}
 }