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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BEFBB15802C for ; Fri, 20 Dec 2024 09:39:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7686E08C8; Fri, 20 Dec 2024 09:39:56 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 3C1F6E08C8 for ; Fri, 20 Dec 2024 09:39:54 +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 4933A335DCC for ; Fri, 20 Dec 2024 09:39:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C70F5AF5 for ; Fri, 20 Dec 2024 09:39:51 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1734687336.27df5db081cf70d8e8ef7db13829b37b2160d59e.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/ffmpeg/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/ffmpeg/ffmpeg-9999.ebuild X-VCS-Directories: media-video/ffmpeg/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 27df5db081cf70d8e8ef7db13829b37b2160d59e X-VCS-Branch: master Date: Fri, 20 Dec 2024 09:39:51 +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: e17a13c1-7f72-4eed-a146-6a5ea898d750 X-Archives-Hash: a0e6ec6ab708891c35fe5ee85b94adbc commit: 27df5db081cf70d8e8ef7db13829b37b2160d59e Author: James Le Cuirot gentoo org> AuthorDate: Fri Dec 20 09:35:21 2024 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Fri Dec 20 09:35:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27df5db0 media-video/ffmpeg: yasm support was dropped in October Closes: https://bugs.gentoo.org/944201 Signed-off-by: James Le Cuirot gentoo.org> media-video/ffmpeg/ffmpeg-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild index 765079584aec..3fd22d65a0fb 100644 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild @@ -343,7 +343,7 @@ DEPEND="${RDEPEND} BDEPEND+=" >=dev-build/make-3.81 virtual/pkgconfig - cpu_flags_x86_mmx? ( || ( >=dev-lang/nasm-2.13 >=dev-lang/yasm-1.3 ) ) + cpu_flags_x86_mmx? ( >=dev-lang/nasm-2.13 ) cuda? ( >=llvm-core/clang-7[llvm_targets_NVPTX] ) doc? ( sys-apps/texinfo ) test? ( net-misc/wget app-alternatives/bc )