Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/blueman/
Date: Thu, 29 Jun 2017 22:22:27
Message-Id: 1498774923.afe3aa35b757f0644d7504b0ead4e3e65a8b5bdc.mgorny@gentoo
1 commit: afe3aa35b757f0644d7504b0ead4e3e65a8b5bdc
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 29 20:00:31 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 29 22:22:03 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afe3aa35
7
8 net-wireless/blueman: Install Thunar integr unconditionally
9
10 net-wireless/blueman/blueman-9999.ebuild | 7 ++++---
11 1 file changed, 4 insertions(+), 3 deletions(-)
12
13 diff --git a/net-wireless/blueman/blueman-9999.ebuild b/net-wireless/blueman/blueman-9999.ebuild
14 index cf879f52d09..411f0c91b30 100644
15 --- a/net-wireless/blueman/blueman-9999.ebuild
16 +++ b/net-wireless/blueman/blueman-9999.ebuild
17 @@ -20,7 +20,7 @@ fi
18
19 LICENSE="GPL-3"
20 SLOT="0"
21 -IUSE="appindicator network nls policykit pulseaudio thunar"
22 +IUSE="appindicator network nls policykit pulseaudio"
23
24 COMMON_DEPEND="
25 dev-python/pygobject:3
26 @@ -54,7 +54,6 @@ RDEPEND="${COMMON_DEPEND}
27 )
28 policykit? ( sys-auth/polkit )
29 pulseaudio? ( media-sound/pulseaudio[bluetooth] )
30 - thunar? ( xfce-base/thunar )
31 !net-wireless/gnome-bluetooth
32 "
33
34 @@ -89,7 +88,9 @@ src_configure() {
35 $(use_enable policykit polkit)
36 $(use_enable nls)
37 $(use_enable pulseaudio)
38 - $(use_enable thunar thunar-sendto)
39 + # thunar integration is a single data file with no extra deps
40 + # so install it unconditionally
41 + --enable-thunar-sendto
42 )
43 econf "${myconf[@]}"
44 }