diff --git a/media-sound/audacity/audacity-3.7.7.ebuild b/media-sound/audacity/audacity-3.7.7.ebuild index a5ea9ac6229a..037224c15194 100644 --- a/media-sound/audacity/audacity-3.7.7.ebuild +++ b/media-sound/audacity/audacity-3.7.7.ebuild @@ -20,7 +20,7 @@ if [[ ${PV} = 9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/audacity/audacity.git" else - KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86" + KEYWORDS="amd64 ~arm64 ppc64 ~riscv x86" MY_P="Audacity-${PV}" S="${WORKDIR}/${PN}-sources-${PV}" SRC_URI="https://github.com/audacity/audacity/releases/download/Audacity-${PV}/${PN}-sources-${PV}.tar.gz"