From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7E3D0158020 for ; Sat, 24 Dec 2022 07:18:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5068DE08FC; Sat, 24 Dec 2022 07:18:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3636DE08FC for ; Sat, 24 Dec 2022 07:18:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5C470340E64 for ; Sat, 24 Dec 2022 07:18:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8B027F9 for ; Sat, 24 Dec 2022 07:18:20 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1671866261.5214ce62e34131c69aed844045b586afb09d0ab5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/flac/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/flac/flac-1.4.2-r1.ebuild X-VCS-Directories: media-libs/flac/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5214ce62e34131c69aed844045b586afb09d0ab5 X-VCS-Branch: master Date: Sat, 24 Dec 2022 07:18:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 04b098c2-30a2-406f-b1a4-4120e9735b07 X-Archives-Hash: 7be4e5e6ac2c4db015323ddc4f50cb22 commit: 5214ce62e34131c69aed844045b586afb09d0ab5 Author: Francisco Javier Félix inode64 com> AuthorDate: Fri Oct 28 11:48:50 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Dec 24 07:17:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5214ce62 media-libs/flac: remove bdepend of nasm 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 inode64.com> Closes: https://github.com/gentoo/gentoo/pull/28001 Signed-off-by: Sam James gentoo.org> 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