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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 428B51382C5 for ; Sun, 24 May 2020 20:25:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72110E0991; Sun, 24 May 2020 20:25:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 59A75E0991 for ; Sun, 24 May 2020 20:25:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2106234F0A1 for ; Sun, 24 May 2020 20:25:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9525E26A for ; Sun, 24 May 2020 20:25:11 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1590351832.4fee8386545ab1ff0a28904f75c57c8775b3c4aa.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/x265/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/x265/x265-3.3.ebuild X-VCS-Directories: media-libs/x265/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 4fee8386545ab1ff0a28904f75c57c8775b3c4aa X-VCS-Branch: master Date: Sun, 24 May 2020 20:25:11 +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: a0f209b0-681d-4190-bd14-7ff6cefce688 X-Archives-Hash: f0ba283022cfaf5dd17e14b59af1aaef commit: 4fee8386545ab1ff0a28904f75c57c8775b3c4aa Author: Thomas Deutschmann gentoo org> AuthorDate: Sun May 24 15:14:28 2020 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun May 24 20:23:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fee8386 media-libs/x265: package uses dev-lang/nasm Closes: https://bugs.gentoo.org/676270 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann gentoo.org> media-libs/x265/x265-3.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/x265/x265-3.3.ebuild b/media-libs/x265/x265-3.3.ebuild index a8595e79d05..503dca0ef3e 100644 --- a/media-libs/x265/x265-3.3.ebuild +++ b/media-libs/x265/x265-3.3.ebuild @@ -24,7 +24,7 @@ IUSE="+asm +10bit +12bit cpu_flags_arm_neon cpu_flags_ppc_altivec numa pic power # Test suite requires assembly support and is known to be broken RESTRICT="test" -ASM_DEPEND=">=dev-lang/yasm-1.2.0" +ASM_DEPEND=">=dev-lang/nasm-2.13" BDEPEND="asm? ( abi_x86_32? ( ${ASM_DEPEND} )