diff options
author | Sam James <sam@gentoo.org> | 2021-06-12 01:20:41 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-12 01:20:41 +0000 |
commit | 6d9bc7666721149c818d4e11631bbe0453a861e4 (patch) | |
tree | 5b693d515e7c02ee3d67ae6f892f79ffc8abf54c /media-sound/qsynth | |
parent | app-misc/supercat: Stabilize 0.5.6 ppc64, #795330 (diff) | |
download | gentoo-6d9bc7666721149c818d4e11631bbe0453a861e4.tar.gz gentoo-6d9bc7666721149c818d4e11631bbe0453a861e4.tar.bz2 gentoo-6d9bc7666721149c818d4e11631bbe0453a861e4.zip |
media-sound/qsynth: Stabilize 0.9.3 ppc64, #795369
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-sound/qsynth')
-rw-r--r-- | media-sound/qsynth/qsynth-0.9.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-sound/qsynth/qsynth-0.9.3.ebuild b/media-sound/qsynth/qsynth-0.9.3.ebuild index 6394fb5588e6..1f62f63040ec 100644 --- a/media-sound/qsynth/qsynth-0.9.3.ebuild +++ b/media-sound/qsynth/qsynth-0.9.3.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" |