commit:     afe3aa35b757f0644d7504b0ead4e3e65a8b5bdc
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 29 20:00:31 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun 29 22:22:03 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afe3aa35

net-wireless/blueman: Install Thunar integr unconditionally

 net-wireless/blueman/blueman-9999.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/net-wireless/blueman/blueman-9999.ebuild 
b/net-wireless/blueman/blueman-9999.ebuild
index cf879f52d09..411f0c91b30 100644
--- a/net-wireless/blueman/blueman-9999.ebuild
+++ b/net-wireless/blueman/blueman-9999.ebuild
@@ -20,7 +20,7 @@ fi
 
 LICENSE="GPL-3"
 SLOT="0"
-IUSE="appindicator network nls policykit pulseaudio thunar"
+IUSE="appindicator network nls policykit pulseaudio"
 
 COMMON_DEPEND="
        dev-python/pygobject:3
@@ -54,7 +54,6 @@ RDEPEND="${COMMON_DEPEND}
        )
        policykit? ( sys-auth/polkit )
        pulseaudio? ( media-sound/pulseaudio[bluetooth] )
-       thunar? ( xfce-base/thunar )
        !net-wireless/gnome-bluetooth
 "
 
@@ -89,7 +88,9 @@ src_configure() {
                $(use_enable policykit polkit)
                $(use_enable nls)
                $(use_enable pulseaudio)
-               $(use_enable thunar thunar-sendto)
+               # thunar integration is a single data file with no extra deps
+               # so install it unconditionally
+               --enable-thunar-sendto
        )
        econf "${myconf[@]}"
 }

Reply via email to