diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-06-29 22:00:31 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-06-30 00:22:03 +0200 |
commit | afe3aa35b757f0644d7504b0ead4e3e65a8b5bdc (patch) | |
tree | e7648b5bb70dc1497fcb7ffe3ed430b0dc18c07f /net-wireless | |
parent | net-wireless/blueman: Upstream allows adwaita-icon-theme (diff) | |
download | gentoo-afe3aa35b757f0644d7504b0ead4e3e65a8b5bdc.tar.gz gentoo-afe3aa35b757f0644d7504b0ead4e3e65a8b5bdc.tar.bz2 gentoo-afe3aa35b757f0644d7504b0ead4e3e65a8b5bdc.zip |
net-wireless/blueman: Install Thunar integr unconditionally
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/blueman/blueman-9999.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-wireless/blueman/blueman-9999.ebuild b/net-wireless/blueman/blueman-9999.ebuild index cf879f52d096..411f0c91b30b 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[@]}" } |