diff options
author | Matthias Maier <tamiko@gentoo.org> | 2018-03-19 10:04:22 -0500 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2018-03-19 10:14:14 -0500 |
commit | 9cfd3a290f32683449a40f04b6f0457c5ba29534 (patch) | |
tree | debe67da1af47b2a8451ebdce1e3854ddd115cd6 /net-misc/spice-gtk | |
parent | app-office/kmymoney: 5.0.1 version bump (diff) | |
download | gentoo-9cfd3a290f32683449a40f04b6f0457c5ba29534.tar.gz gentoo-9cfd3a290f32683449a40f04b6f0457c5ba29534.tar.bz2 gentoo-9cfd3a290f32683449a40f04b6f0457c5ba29534.zip |
net-misc/spice-gtk: update dependencies
Closes: https://bugs.gentoo.org/630944
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'net-misc/spice-gtk')
-rw-r--r-- | net-misc/spice-gtk/spice-gtk-0.34-r2.ebuild (renamed from net-misc/spice-gtk/spice-gtk-0.34-r1.ebuild) | 40 |
1 files 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 index c2b498522a49..a2f849e98a95 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} |