summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2020-07-21 11:32:47 +0200
committerAgostino Sarubbo <ago@gentoo.org>2020-07-21 11:32:47 +0200
commit952fbb8a20dab8ebba81821cd6fe8f5186530a39 (patch)
treedeb4963a88670902fdcb2e958273ea9bbba54771 /media-sound/lmms
parentmedia-libs/stk: x86 stable wrt bug #728114 (diff)
downloadgentoo-952fbb8a20dab8ebba81821cd6fe8f5186530a39.tar.gz
gentoo-952fbb8a20dab8ebba81821cd6fe8f5186530a39.tar.bz2
gentoo-952fbb8a20dab8ebba81821cd6fe8f5186530a39.zip
media-sound/lmms: x86 stable wrt bug #728114
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'media-sound/lmms')
-rw-r--r--media-sound/lmms/lmms-1.2.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-sound/lmms/lmms-1.2.1.ebuild b/media-sound/lmms/lmms-1.2.1.ebuild
index 1a55310d9c50..49ab03f05489 100644
--- a/media-sound/lmms/lmms-1.2.1.ebuild
+++ b/media-sound/lmms/lmms-1.2.1.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]]; then
inherit git-r3
else
SRC_URI="https://github.com/LMMS/lmms/releases/download/v${PV/_/-}/${PN}_${PV/_/-}.tar.xz -> ${P}.tar.xz"
- KEYWORDS="amd64 ~x86"
+ KEYWORDS="amd64 x86"
S="${WORKDIR}/${P/_/-}"
fi