diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-08-07 07:09:03 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-08-07 07:09:03 +0200 |
commit | fe5971a76c7879838355a8f3ae5cd10c8ed4c236 (patch) | |
tree | 7141688f1cbcd1324100f8ff3d02af0cfa92dcf3 /media-sound | |
parent | media-libs/liblscp: amd64 stable wrt bug #806662 (diff) | |
download | gentoo-fe5971a76c7879838355a8f3ae5cd10c8ed4c236.tar.gz gentoo-fe5971a76c7879838355a8f3ae5cd10c8ed4c236.tar.bz2 gentoo-fe5971a76c7879838355a8f3ae5cd10c8ed4c236.zip |
media-sound/qsynth: amd64 stable wrt bug #806668
Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'media-sound')
-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 3d7c45b5ad47..35d667a3ed32 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" |