diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-12-15 12:37:41 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-12-15 12:37:41 +0000 |
commit | 812b6c867e09fbaf44b7222cc05882e02398f9f4 (patch) | |
tree | 6fb7543a376e2c7405847826295ec6d08032d507 /media-sound | |
parent | virtual/perl-Math-BigInt: Stabilize 1.999.842 x86, #919980 (diff) | |
download | gentoo-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>
Diffstat (limited to 'media-sound')
-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 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" |