diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-07-22 10:48:34 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-07-22 11:14:09 +1200 |
commit | 52acf64857fe11b21728b27a7ecfdcaa89298d39 (patch) | |
tree | f3bc7abbc0dd5113a6a89a13d8e02e8c8d8d0f70 /media-sound/shntool | |
parent | media-libs/libass: Drop x64-macos re bug #690140 (diff) | |
download | gentoo-52acf64857fe11b21728b27a7ecfdcaa89298d39.tar.gz gentoo-52acf64857fe11b21728b27a7ecfdcaa89298d39.tar.bz2 gentoo-52acf64857fe11b21728b27a7ecfdcaa89298d39.zip |
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@gentoo.org>
Diffstat (limited to 'media-sound/shntool')
-rw-r--r-- | media-sound/shntool/shntool-3.0.10-r1.ebuild | 4 |
1 files 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 15e78ed34413..85c00e64e36c 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=" |