diff options
author | Matthias Maier <tamiko@gentoo.org> | 2016-08-01 22:01:35 -0500 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2016-08-01 22:01:35 -0500 |
commit | 06a09c0cab3223596c89b38ba220f5922e632213 (patch) | |
tree | 982847eacbc54d0623c8511ab8be46a633199a60 /net-misc/spice-gtk | |
parent | app-emulation/virt-manager: fix dep on net-misc/spice-gtk, drop [python] (diff) | |
download | gentoo-06a09c0cab3223596c89b38ba220f5922e632213.tar.gz gentoo-06a09c0cab3223596c89b38ba220f5922e632213.tar.bz2 gentoo-06a09c0cab3223596c89b38ba220f5922e632213.zip |
net-misc/spice-gtk: remove USE=doc and follow general gtk-docs policy
aka unconditionally install the html documentation
Package-Manager: portage-2.2.28
Diffstat (limited to 'net-misc/spice-gtk')
-rw-r--r-- | net-misc/spice-gtk/spice-gtk-0.32-r1.ebuild (renamed from net-misc/spice-gtk/spice-gtk-0.32.ebuild) | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/net-misc/spice-gtk/spice-gtk-0.32.ebuild b/net-misc/spice-gtk/spice-gtk-0.32-r1.ebuild index 19402ba514ec..232148704108 100644 --- a/net-misc/spice-gtk/spice-gtk-0.32.ebuild +++ b/net-misc/spice-gtk/spice-gtk-0.32-r1.ebuild @@ -17,7 +17,7 @@ LICENSE="LGPL-2.1" SLOT="0" SRC_URI="http://spice-space.org/download/gtk/${P}.tar.bz2" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="dbus doc gstreamer gtk3 +introspection lz4 mjpeg policykit pulseaudio sasl smartcard static-libs usbredir vala webdav libressl" +IUSE="dbus gstreamer gtk3 +introspection lz4 mjpeg policykit pulseaudio sasl smartcard static-libs usbredir vala webdav libressl" REQUIRED_USE=" ?? ( pulseaudio gstreamer ) @@ -116,16 +116,6 @@ src_configure() { --disable-werror \ --enable-pie" - if use gtk3; then - myconf+=" \ - $(use_enable doc gtk-doc) \ - $(use_enable doc gtk-doc-html)" - else - myconf+=" \ - --disable-gtk-doc \ - --disable-gtk-doc-html" - fi - econf ${myconf} } @@ -138,8 +128,5 @@ src_install() { # Remove .la files if they're not needed use static-libs || prune_libtool_files - # Make sure no gtk-doc bits are installed for -doc - use doc || rm -rf "${ED}usr/share/gtk-doc" - make_desktop_entry spicy Spicy "utilities-terminal" "Network;RemoteAccess;" } |