diff options
author | Sam James <sam@gentoo.org> | 2023-01-29 10:44:46 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-29 10:44:56 +0000 |
commit | 025b024e3b5f661b1cd1649cc576b0d501cfcc29 (patch) | |
tree | 619ea055c778f0a9db061842ba93b657a964c2d7 /media-sound | |
parent | media-libs/liblscp: Stabilize 0.9.8 amd64, #892491 (diff) | |
download | gentoo-025b024e3b5f661b1cd1649cc576b0d501cfcc29.tar.gz gentoo-025b024e3b5f661b1cd1649cc576b0d501cfcc29.tar.bz2 gentoo-025b024e3b5f661b1cd1649cc576b0d501cfcc29.zip |
media-sound/qsynth: Stabilize 0.9.9 x86, #892493
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/qsynth/qsynth-0.9.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/qsynth/qsynth-0.9.9.ebuild b/media-sound/qsynth/qsynth-0.9.9.ebuild index 802d146a7511..63303257e81c 100644 --- a/media-sound/qsynth/qsynth-0.9.9.ebuild +++ b/media-sound/qsynth/qsynth-0.9.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]]; then inherit git-r3 else SRC_URI="mirror://sourceforge/qsynth/${P}.tar.gz" - KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" + KEYWORDS="~amd64 ~ppc ~ppc64 x86" fi LICENSE="GPL-2" |