diff options
author | Sam James <sam@gentoo.org> | 2021-08-06 22:17:49 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-06 22:17:49 +0100 |
commit | c6e6691dae2ab584d28da6455579334d6a80e466 (patch) | |
tree | 871d1750fcd605130f4f109b6ce93e76335a4a45 /media-sound/qsynth | |
parent | dev-perl/B-Keywords: Stabilize 1.220.0 ppc, #806656 (diff) | |
download | gentoo-c6e6691dae2ab584d28da6455579334d6a80e466.tar.gz gentoo-c6e6691dae2ab584d28da6455579334d6a80e466.tar.bz2 gentoo-c6e6691dae2ab584d28da6455579334d6a80e466.zip |
media-sound/qsynth: Stabilize 0.9.4 ppc, #806668
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-sound/qsynth')
-rw-r--r-- | media-sound/qsynth/qsynth-0.9.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-sound/qsynth/qsynth-0.9.4.ebuild b/media-sound/qsynth/qsynth-0.9.4.ebuild index 59c6e5666ca2..3d7c45b5ad47 100644 --- a/media-sound/qsynth/qsynth-0.9.4.ebuild +++ b/media-sound/qsynth/qsynth-0.9.4.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" |