diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-07-22 08:37:11 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-07-22 11:13:22 +1200 |
commit | 4bea879037ef50d1832a432a9b09e8b489b2d81e (patch) | |
tree | f752bb78d460e6a7c3d87d2df0830dfe8b102ad0 /media-libs/flac | |
parent | dev-python/parso: arm64 stable (bug #726760) (diff) | |
download | gentoo-4bea879037ef50d1832a432a9b09e8b489b2d81e.tar.gz gentoo-4bea879037ef50d1832a432a9b09e8b489b2d81e.tar.bz2 gentoo-4bea879037ef50d1832a432a9b09e8b489b2d81e.zip |
media-libs/flac: Drop ~x64-macos re bug #690140
Depends:
- 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-libs/flac')
-rw-r--r-- | media-libs/flac/flac-1.3.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/flac/flac-1.3.3.ebuild b/media-libs/flac/flac-1.3.3.ebuild index a258efad8017..35bc0961f2f9 100644 --- a/media-libs/flac/flac-1.3.3.ebuild +++ b/media-libs/flac/flac-1.3.3.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://downloads.xiph.org/releases/${PN}/${P}.tar.xz" LICENSE="BSD FDL-1.2 GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="+cxx debug ogg cpu_flags_ppc_altivec cpu_flags_ppc_vsx cpu_flags_x86_sse static-libs" RDEPEND="ogg? ( >=media-libs/libogg-1.3.0[${MULTILIB_USEDEP}] )" |