diff options
author | 2021-06-09 09:37:17 +0200 | |
---|---|---|
committer | 2021-06-09 09:38:11 +0200 | |
commit | 32289c0640b9999aad2a4c0de2af0fcfeb1c0b68 (patch) | |
tree | cacbb6a9f1fbb1c3c5c1a387ffbbd83087e379cb /media-sound/bluez-alsa | |
parent | media-sound/bluez-alsa: Bump to version 3.1.0 (diff) | |
download | gentoo-32289c0640b9999aad2a4c0de2af0fcfeb1c0b68.tar.gz gentoo-32289c0640b9999aad2a4c0de2af0fcfeb1c0b68.tar.bz2 gentoo-32289c0640b9999aad2a4c0de2af0fcfeb1c0b68.zip |
media-sound/bluez-alsa: Synced live ebuild
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'media-sound/bluez-alsa')
-rw-r--r-- | media-sound/bluez-alsa/bluez-alsa-9999.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/media-sound/bluez-alsa/bluez-alsa-9999.ebuild b/media-sound/bluez-alsa/bluez-alsa-9999.ebuild index 86a703524a0e..80ea97b69dbe 100644 --- a/media-sound/bluez-alsa/bluez-alsa-9999.ebuild +++ b/media-sound/bluez-alsa/bluez-alsa-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools multilib-minimal systemd +inherit autotools bash-completion-r1 multilib-minimal systemd DESCRIPTION="Bluetooth Audio ALSA Backend" HOMEPAGE="https://github.com/Arkq/bluez-alsa" @@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/Arkq/${PN}" else SRC_URI="https://github.com/Arkq/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~arm64 ~x86" fi LICENSE="MIT" @@ -56,7 +56,9 @@ src_prepare() { multilib_src_configure() { local myeconfargs=( + --enable-cli --enable-rfcomm + --with-bash-completion="$(get_bashcompdir)" $(use_enable aac) $(use_enable debug) $(use_enable lame mp3lame) |