diff options
author | Sam James <sam@gentoo.org> | 2021-03-08 10:24:36 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-08 10:24:36 +0000 |
commit | 1ee63126147ac73355894813dfd1c821c7b6acb9 (patch) | |
tree | 22362514b91b8cd7083357b1c03454558d9aadd7 /media-sound | |
parent | net-misc/dhcpcd-ui: Stabilize 0.7.8 amd64, #769158 (diff) | |
download | gentoo-1ee63126147ac73355894813dfd1c821c7b6acb9.tar.gz gentoo-1ee63126147ac73355894813dfd1c821c7b6acb9.tar.bz2 gentoo-1ee63126147ac73355894813dfd1c821c7b6acb9.zip |
media-sound/qsynth: Stabilize 0.9.1 amd64, #770310
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/qsynth/qsynth-0.9.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-sound/qsynth/qsynth-0.9.1.ebuild b/media-sound/qsynth/qsynth-0.9.1.ebuild index 9b58446e9d7f..3f7bda6bfcfe 100644 --- a/media-sound/qsynth/qsynth-0.9.1.ebuild +++ b/media-sound/qsynth/qsynth-0.9.1.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" |