diff options
author | Sam James <sam@gentoo.org> | 2021-02-22 07:15:14 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-22 07:15:14 +0000 |
commit | ad41d5ddcb990424fb73a0325e9aa56c098efebe (patch) | |
tree | 34543b6a3524a97c903f11da01b2fffaf3605a3b /media-sound/bluez-alsa | |
parent | media-plugins/mda-lv2: Keyword 1.2.6 arm64, #734136 (diff) | |
download | gentoo-ad41d5ddcb990424fb73a0325e9aa56c098efebe.tar.gz gentoo-ad41d5ddcb990424fb73a0325e9aa56c098efebe.tar.bz2 gentoo-ad41d5ddcb990424fb73a0325e9aa56c098efebe.zip |
media-sound/bluez-alsa: Keyword 3.0.0 arm64, #768738
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-sound/bluez-alsa')
-rw-r--r-- | media-sound/bluez-alsa/bluez-alsa-3.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/bluez-alsa/bluez-alsa-3.0.0.ebuild b/media-sound/bluez-alsa/bluez-alsa-3.0.0.ebuild index c8620648df98..e7b9c1c647a3 100644 --- a/media-sound/bluez-alsa/bluez-alsa-3.0.0.ebuild +++ b/media-sound/bluez-alsa/bluez-alsa-3.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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" |