diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-02-11 08:26:12 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-02-11 08:26:12 +0100 |
commit | 067bcc3abe86c00760a8ae4585dbb7c565f5259e (patch) | |
tree | 85e796aa11c6187f2866cb8f18fa52f3fd875890 /media-sound/qsynth | |
parent | dev-java/sac: ppc64 stable wrt bug #833047 (diff) | |
download | gentoo-067bcc3abe86c00760a8ae4585dbb7c565f5259e.tar.gz gentoo-067bcc3abe86c00760a8ae4585dbb7c565f5259e.tar.bz2 gentoo-067bcc3abe86c00760a8ae4585dbb7c565f5259e.zip |
media-sound/qsynth: ppc64 stable wrt bug #833061
Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'media-sound/qsynth')
-rw-r--r-- | media-sound/qsynth/qsynth-0.9.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-sound/qsynth/qsynth-0.9.5.ebuild b/media-sound/qsynth/qsynth-0.9.5.ebuild index 295f22a6a655..adcfb131ef7b 100644 --- a/media-sound/qsynth/qsynth-0.9.5.ebuild +++ b/media-sound/qsynth/qsynth-0.9.5.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" |