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 BF5A0139085 for ; Tue, 20 Dec 2016 17:58:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 072B6E0F0B; Tue, 20 Dec 2016 17:58:15 +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 D8AF8E0F0B for ; Tue, 20 Dec 2016 17:58:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1C8AA33BEBE for ; Tue, 20 Dec 2016 17:58:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B615724AB for ; Tue, 20 Dec 2016 17:58:12 +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: <1482256678.81434d56ebbd17a4e38fedbaade9e883d1f6d650.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: 81434d56ebbd17a4e38fedbaade9e883d1f6d650 X-VCS-Branch: master Date: Tue, 20 Dec 2016 17:58:12 +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: 27ab3d8e-c68b-4c6b-919e-f260db4f5518 X-Archives-Hash: 06b351756a3e924973b471e2fbbcd02b commit: 81434d56ebbd17a4e38fedbaade9e883d1f6d650 Author: Lars Wendler gentoo org> AuthorDate: Tue Dec 20 17:57:21 2016 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Dec 20 17:57:58 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81434d56 media-sound/bluez-alsa: Added multilib support to live ebuild (bug #603200). Package-Manager: Portage-2.3.3, Repoman-2.3.1 media-sound/bluez-alsa/bluez-alsa-9999.ebuild | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/media-sound/bluez-alsa/bluez-alsa-9999.ebuild b/media-sound/bluez-alsa/bluez-alsa-9999.ebuild index 630c8af..263c3be 100644 --- a/media-sound/bluez-alsa/bluez-alsa-9999.ebuild +++ b/media-sound/bluez-alsa/bluez-alsa-9999.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=6 -inherit autotools eutils +inherit autotools eutils multilib-minimal DESCRIPTION="Bluetooth Audio ALSA Backend" HOMEPAGE="https://github.com/Arkq/bluez-alsa" @@ -20,17 +20,17 @@ LICENSE="MIT" SLOT="0" IUSE="aac debug hcitop" -RDEPEND=">=dev-libs/glib-2.16[dbus] - >=media-libs/alsa-lib-1.0 - >=media-libs/sbc-1.2 - >=net-wireless/bluez-5 +RDEPEND=">=dev-libs/glib-2.16[dbus,${MULTILIB_USEDEP}] + >=media-libs/alsa-lib-1.0[${MULTILIB_USEDEP}] + >=media-libs/sbc-1.2[${MULTILIB_USEDEP}] + >=net-wireless/bluez-5[${MULTILIB_USEDEP}] + aac? ( >=media-libs/fdk-aac-0.1.1[${MULTILIB_USEDEP}] ) hcitop? ( dev-libs/libbsd sys-libs/ncurses:0= )" DEPEND="${RDEPEND} net-libs/ortp - aac? ( >=media-libs/fdk-aac-0.1.1 ) virtual/pkgconfig" src_prepare() { @@ -38,14 +38,15 @@ src_prepare() { eautoreconf } -src_configure() { +multilib_src_configure() { + ECONF_SOURCE="${S}" \ econf \ $(use_enable aac) \ $(use_enable debug) \ - $(use_enable hcitop) + $(multilib_native_use_enable hcitop) } -src_install() { +multilib_src_install_all() { default prune_libtool_files --modules