diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-10-10 15:09:03 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-10-10 15:09:03 +0000 |
commit | f2bf139d1a6cad73e2c542e275ea0b19e2baef3f (patch) | |
tree | 741459488c1a76306ccd0069e346e407d4aa0016 /media-sound | |
parent | media-sound/qsynth: Stabilize 0.9.12 ppc, #915542 (diff) | |
download | gentoo-f2bf139d1a6cad73e2c542e275ea0b19e2baef3f.tar.gz gentoo-f2bf139d1a6cad73e2c542e275ea0b19e2baef3f.tar.bz2 gentoo-f2bf139d1a6cad73e2c542e275ea0b19e2baef3f.zip |
media-sound/qsynth: Stabilize 0.9.12 ppc64, #915542
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/qsynth/qsynth-0.9.12.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-sound/qsynth/qsynth-0.9.12.ebuild b/media-sound/qsynth/qsynth-0.9.12.ebuild index 6d8d6769e7fb..1dffde6cabf8 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" |