diff options
author | Sam James <sam@gentoo.org> | 2023-12-04 10:20:14 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-12-04 10:20:14 +0000 |
commit | 33d6cf92de678b1e3ac39faf5d0e802dff7e24b2 (patch) | |
tree | 420760f3750ec67d60006fbd82cc8bf58d3ce106 /media-sound/audacity | |
parent | media-libs/portsmf: Keyword 239 arm64, #891517 (diff) | |
download | gentoo-33d6cf92de678b1e3ac39faf5d0e802dff7e24b2.tar.gz gentoo-33d6cf92de678b1e3ac39faf5d0e802dff7e24b2.tar.bz2 gentoo-33d6cf92de678b1e3ac39faf5d0e802dff7e24b2.zip |
media-sound/audacity: Keyword 3.3.3 arm64, #891517
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-sound/audacity')
-rw-r--r-- | media-sound/audacity/audacity-3.3.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-sound/audacity/audacity-3.3.3.ebuild b/media-sound/audacity/audacity-3.3.3.ebuild index 4f1b16d516a1..f3cab795cdb8 100644 --- a/media-sound/audacity/audacity-3.3.3.ebuild +++ b/media-sound/audacity/audacity-3.3.3.ebuild @@ -20,7 +20,7 @@ if [[ ${PV} = 9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/audacity/audacity.git" else - KEYWORDS="~amd64 ~riscv" + KEYWORDS="~amd64 ~arm64 ~riscv" MY_P="Audacity-${PV}" S="${WORKDIR}/${PN}-${MY_P}" SRC_URI="https://github.com/audacity/audacity/archive/${MY_P}.tar.gz" |