From afe3aa35b757f0644d7504b0ead4e3e65a8b5bdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 29 Jun 2017 22:00:31 +0200 Subject: [PATCH] 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 cf879f52d096d..411f0c91b30b9 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[@]}" }