summaryrefslogtreecommitdiff
path: root/media-sound/lmms/lmms-1.2.2-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/lmms/lmms-1.2.2-r1.ebuild')
-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..2f8132cd28a8 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