summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-12-15 12:37:41 +0000
committerArthur Zamarin <arthurzam@gentoo.org>2023-12-15 12:37:41 +0000
commit812b6c867e09fbaf44b7222cc05882e02398f9f4 (patch)
tree6fb7543a376e2c7405847826295ec6d08032d507
parentvirtual/perl-Math-BigInt: Stabilize 1.999.842 x86, #919980 (diff)
downloadgentoo-812b6c867e09fbaf44b7222cc05882e02398f9f4.tar.gz
gentoo-812b6c867e09fbaf44b7222cc05882e02398f9f4.tar.bz2
gentoo-812b6c867e09fbaf44b7222cc05882e02398f9f4.zip
media-sound/audacity: Stabilize 3.3.3 ppc64, #916258
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--media-sound/audacity/audacity-3.3.3.ebuild2
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 8aa845473b79..e242d4ca99ae 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 ~arm64 ~ppc64 ~riscv ~x86"
+ KEYWORDS="amd64 ~arm64 ppc64 ~riscv ~x86"
MY_P="Audacity-${PV}"
S="${WORKDIR}/${PN}-${MY_P}"
SRC_URI="https://github.com/audacity/audacity/archive/${MY_P}.tar.gz"