From 5214ce62e34131c69aed844045b586afb09d0ab5 Mon Sep 17 00:00:00 2001 From: Francisco Javier Félix Date: Fri, 28 Oct 2022 13:48:50 +0200 Subject: media-libs/flac: remove bdepend of nasm MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In the last version flac remove all pure assembler, removing build dependency on nasm See changelog in: https://xiph.org/flac/changelog.html Signed-off-by: Francisco Javier Félix Closes: https://github.com/gentoo/gentoo/pull/28001 Signed-off-by: Sam James --- media-libs/flac/flac-1.4.2-r1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/media-libs/flac/flac-1.4.2-r1.ebuild b/media-libs/flac/flac-1.4.2-r1.ebuild index df75f0e6829f..4723fe2613ba 100644 --- a/media-libs/flac/flac-1.4.2-r1.ebuild +++ b/media-libs/flac/flac-1.4.2-r1.ebuild @@ -25,8 +25,7 @@ DEPEND="${RDEPEND}" BDEPEND=" app-arch/xz-utils sys-devel/gettext - virtual/pkgconfig - abi_x86_32? ( dev-lang/nasm )" + virtual/pkgconfig" PATCHES=( "${FILESDIR}"/${PN}-1.4.2-macro-wstrict-prototypes.patch -- cgit v1.2.3-65-gdbad