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 2212A138335 for ; Fri, 20 Jul 2018 08:49:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12907E0AE0; Fri, 20 Jul 2018 08:49:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DDE4DE0AE0 for ; Fri, 20 Jul 2018 08:49:08 +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 13C08335CC0 for ; Fri, 20 Jul 2018 08:49:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D56D377 for ; Fri, 20 Jul 2018 08:49:05 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1532076538.f1078ffd4a99c128dbf5f292ff59e526b347f34c.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/bluez-alsa/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/bluez-alsa/bluez-alsa-9999.ebuild X-VCS-Directories: media-sound/bluez-alsa/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: f1078ffd4a99c128dbf5f292ff59e526b347f34c X-VCS-Branch: master Date: Fri, 20 Jul 2018 08:49:05 +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: 2da15111-6789-4340-9b4b-efeaa8153f0b X-Archives-Hash: c5f282c8ca687c20e857452d88b77907 commit: f1078ffd4a99c128dbf5f292ff59e526b347f34c Author: Lars Wendler gentoo org> AuthorDate: Fri Jul 20 08:48:41 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Jul 20 08:48:58 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1078ffd media-sound/bluez-alsa: Synced live ebuild. Package-Manager: Portage-2.3.43, Repoman-2.3.10 media-sound/bluez-alsa/bluez-alsa-9999.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/media-sound/bluez-alsa/bluez-alsa-9999.ebuild b/media-sound/bluez-alsa/bluez-alsa-9999.ebuild index 186e2b9681c..6c59d2ee4e2 100644 --- a/media-sound/bluez-alsa/bluez-alsa-9999.ebuild +++ b/media-sound/bluez-alsa/bluez-alsa-9999.ebuild @@ -17,12 +17,12 @@ fi LICENSE="MIT" SLOT="0" -IUSE="aac debug hcitop" +IUSE="aac debug hcitop static-libs" -RDEPEND=">=dev-libs/glib-2.16[dbus,${MULTILIB_USEDEP}] +RDEPEND=">=dev-libs/glib-2.26[dbus,${MULTILIB_USEDEP}] >=media-libs/alsa-lib-1.0[${MULTILIB_USEDEP}] >=media-libs/sbc-1.2[${MULTILIB_USEDEP}] - >=net-wireless/bluez-5[${MULTILIB_USEDEP}] + >=net-wireless/bluez-5.0[${MULTILIB_USEDEP}] aac? ( >=media-libs/fdk-aac-0.1.1[${MULTILIB_USEDEP}] ) hcitop? ( dev-libs/libbsd @@ -38,8 +38,10 @@ src_prepare() { multilib_src_configure() { local myeconfargs=( + --enable-rfcomm $(use_enable aac) $(use_enable debug) + $(use_enable static-libs static) $(multilib_native_use_enable hcitop) ) ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"