summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-03-07 11:49:41 +0000
committerSam James <sam@gentoo.org>2024-03-07 11:49:41 +0000
commitbeff6029268c23f6febc23269663f5ca9e67b049 (patch)
treecc9d4e23b828782e8e06f206ab2d57cb18b7d17d
parentx11-apps/xkbutils: Stabilize 1.0.6 sparc, #926301 (diff)
downloadgentoo-beff6029268c23f6febc23269663f5ca9e67b049.tar.gz
gentoo-beff6029268c23f6febc23269663f5ca9e67b049.tar.bz2
gentoo-beff6029268c23f6febc23269663f5ca9e67b049.zip
media-sound/lmms: Stabilize 1.2.2-r1 amd64, #926327
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--media-sound/lmms/lmms-1.2.2-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/lmms/lmms-1.2.2-r1.ebuild b/media-sound/lmms/lmms-1.2.2-r1.ebuild
index 535760eee0c3..1edd33ce96c9 100644
--- a/media-sound/lmms/lmms-1.2.2-r1.ebuild
+++ b/media-sound/lmms/lmms-1.2.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]]; then
inherit git-r3
else
SRC_URI="https://github.com/LMMS/lmms/releases/download/v${PV/_/-}/${PN}_${PV/_/-}.tar.xz"
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="amd64 ~x86"
S="${WORKDIR}/${P/_/-}"
fi