summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-05-17 19:25:43 +0100
committerSam James <sam@gentoo.org>2024-05-17 19:25:43 +0100
commit0573d378e952ecc44db56ade430590ec6380c718 (patch)
tree531e0bbffe631380e9850690089c71de3f125120
parentdev-python/griffe: Remove old (diff)
downloadgentoo-0573d378e952ecc44db56ade430590ec6380c718.tar.gz
gentoo-0573d378e952ecc44db56ade430590ec6380c718.tar.bz2
gentoo-0573d378e952ecc44db56ade430590ec6380c718.zip
media-sound/audacity: Stabilize 3.4.2-r1 amd64, #932083
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--media-sound/audacity/audacity-3.4.2-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-sound/audacity/audacity-3.4.2-r1.ebuild b/media-sound/audacity/audacity-3.4.2-r1.ebuild
index f88c0660d2e3..2b2306dcc356 100644
--- a/media-sound/audacity/audacity-3.4.2-r1.ebuild
+++ b/media-sound/audacity/audacity-3.4.2-r1.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"