commit: 39fa82f8824be09638766fd471ab6c3281643d3e Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Tue Oct 10 15:09:01 2023 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Tue Oct 10 15:09:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39fa82f8
media-sound/qsynth: Stabilize 0.9.12 x86, #915542 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> media-sound/qsynth/qsynth-0.9.12.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/qsynth/qsynth-0.9.12.ebuild b/media-sound/qsynth/qsynth-0.9.12.ebuild index ab43ec3a943b..2736a615b421 100644 --- a/media-sound/qsynth/qsynth-0.9.12.ebuild +++ b/media-sound/qsynth/qsynth-0.9.12.ebuild @@ -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"