From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5E42A139694 for ; Thu, 29 Jun 2017 22:22:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C1F6E0BDF; Thu, 29 Jun 2017 22:22:24 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2983CE0BDF for ; Thu, 29 Jun 2017 22:22:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 565BE34187A for ; Thu, 29 Jun 2017 22:22:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E24374A2 for ; Thu, 29 Jun 2017 22:22:20 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1498774923.afe3aa35b757f0644d7504b0ead4e3e65a8b5bdc.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/blueman/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/blueman/blueman-9999.ebuild X-VCS-Directories: net-wireless/blueman/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: afe3aa35b757f0644d7504b0ead4e3e65a8b5bdc X-VCS-Branch: master Date: Thu, 29 Jun 2017 22:22:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1b0764f0-ec53-440b-8526-a59857086eee X-Archives-Hash: 04f912b4335293e150ccfe65a0ead0f9 commit: afe3aa35b757f0644d7504b0ead4e3e65a8b5bdc Author: Michał Górny gentoo org> AuthorDate: Thu Jun 29 20:00:31 2017 +0000 Commit: Michał Górny gentoo 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[@]}" }