From: Lars Wendler Date: Fri, 20 Jul 2018 08:48:41 +0000 (+0200) Subject: media-sound/bluez-alsa: Synced live ebuild. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=f1078ffd4a99c128dbf5f292ff59e526b347f34c;p=gentoo.git media-sound/bluez-alsa: Synced live ebuild. Package-Manager: Portage-2.3.43, Repoman-2.3.10 --- diff --git a/media-sound/bluez-alsa/bluez-alsa-9999.ebuild b/media-sound/bluez-alsa/bluez-alsa-9999.ebuild index 186e2b9681cb..6c59d2ee4e2f 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[@]}"