commit: 9cfd3a290f32683449a40f04b6f0457c5ba29534 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org> AuthorDate: Mon Mar 19 15:04:22 2018 +0000 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org> CommitDate: Mon Mar 19 15:14:14 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cfd3a29
net-misc/spice-gtk: update dependencies Closes: https://bugs.gentoo.org/630944 Package-Manager: Portage-2.3.24, Repoman-2.3.6 ...gtk-0.34-r1.ebuild => spice-gtk-0.34-r2.ebuild} | 40 +++++++++++----------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/net-misc/spice-gtk/spice-gtk-0.34-r1.ebuild b/net-misc/spice-gtk/spice-gtk-0.34-r2.ebuild similarity index 83% rename from net-misc/spice-gtk/spice-gtk-0.34-r1.ebuild rename to net-misc/spice-gtk/spice-gtk-0.34-r2.ebuild index c2b498522a4..a2f849e98a9 100644 --- a/net-misc/spice-gtk/spice-gtk-0.34-r1.ebuild +++ b/net-misc/spice-gtk/spice-gtk-0.34-r2.ebuild @@ -37,7 +37,6 @@ RDEPEND=" media-libs/gst-plugins-good:1.0 ) >=x11-libs/pixman-0.17.7 - >=media-libs/celt-0.5.1.1:0.5.1 media-libs/opus gtk3? ( x11-libs/gtk+:3[introspection?] ) >=dev-libs/glib-2.36:2 @@ -102,25 +101,26 @@ src_configure() { fi myconf=" - --disable-maintainer-mode \ - $(use_enable static-libs static) \ - $(use_enable introspection) \ - $(use_with sasl) \ - $(use_enable smartcard) \ - $(use_enable usbredir) \ - $(use_with usbredir usb-ids-path /usr/share/misc/usb.ids) \ - $(use_with usbredir usb-acl-helper-dir /usr/libexec) \ - $(use_with gtk3 gtk 3.0) \ - $(use_enable policykit polkit) \ - $(use_enable pulseaudio pulse) \ - $(use_enable gstaudio) \ - $(use_enable gstvideo) \ - $(use_enable mjpeg builtin-mjpeg) \ - $(use_enable vala) \ - $(use_enable webdav) \ - $(use_enable dbus) \ - --disable-gtk-doc \ - --disable-werror \ + $(use_enable static-libs static) + $(use_enable introspection) + $(use_with sasl) + $(use_enable smartcard) + $(use_enable usbredir) + $(use_with usbredir usb-ids-path /usr/share/misc/usb.ids) + $(use_with usbredir usb-acl-helper-dir /usr/libexec) + $(use_with gtk3 gtk 3.0) + $(use_enable policykit polkit) + $(use_enable pulseaudio pulse) + $(use_enable gstaudio) + $(use_enable gstvideo) + $(use_enable mjpeg builtin-mjpeg) + $(use_enable vala) + $(use_enable webdav) + $(use_enable dbus) + --disable-celt051 + --disable-gtk-doc + --disable-maintainer-mode + --disable-werror --enable-pie" econf ${myconf}
