commit: 52acf64857fe11b21728b27a7ecfdcaa89298d39 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org> AuthorDate: Tue Jul 21 22:48:34 2020 +0000 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org> CommitDate: Tue Jul 21 23:14:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52acf648
media-sound/shntool: Drop x64-macos re bug #690140 Depends: - media-sound/sox - media-sound/lame - dev-lang/nasm - dev-perl/Font-TTF Bug: https://bugs.gentoo.org/690140 Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org> media-sound/shntool/shntool-3.0.10-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/shntool/shntool-3.0.10-r1.ebuild b/media-sound/shntool/shntool-3.0.10-r1.ebuild index 15e78ed3441..85c00e64e36 100644 --- a/media-sound/shntool/shntool-3.0.10-r1.ebuild +++ b/media-sound/shntool/shntool-3.0.10-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ SRC_URI="http://www.etree.org/shnutils/shntool/dist/src/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" +KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="alac flac mac shorten sox wavpack" RDEPEND="
