diff options
author | 2024-03-07 11:49:41 +0000 | |
---|---|---|
committer | 2024-03-07 11:49:41 +0000 | |
commit | beff6029268c23f6febc23269663f5ca9e67b049 (patch) | |
tree | cc9d4e23b828782e8e06f206ab2d57cb18b7d17d /media-sound | |
parent | x11-apps/xkbutils: Stabilize 1.0.6 sparc, #926301 (diff) | |
download | gentoo-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>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/lmms/lmms-1.2.2-r1.ebuild | 4 |
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 |