commit: 7cc5093b6466b66c1bc9cd96c3af998a89499afa Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Thu Dec 15 16:51:30 2022 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Thu Dec 15 16:51:30 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cc5093b
media-sound/qsynth: Stabilize 0.9.8 ppc, #886099 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> media-sound/qsynth/qsynth-0.9.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/qsynth/qsynth-0.9.8.ebuild b/media-sound/qsynth/qsynth-0.9.8.ebuild index 802d146a7511..057d7ea39667 100644 --- a/media-sound/qsynth/qsynth-0.9.8.ebuild +++ b/media-sound/qsynth/qsynth-0.9.8.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"