commit: beff6029268c23f6febc23269663f5ca9e67b049
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 7 11:49:41 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 7 11:49:41 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=beff6029
media-sound/lmms: Stabilize 1.2.2-r1 amd64, #926327
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-sound/lmms/lmms-1.2.2-r1.ebuild | 4 ++--
1 file 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