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 E9369139694 for ; Sun, 2 Jul 2017 10:05:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5FF6C2340BF; Sun, 2 Jul 2017 10:05:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 412EE2340BE for ; Sun, 2 Jul 2017 10:05:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0D1FA341942 for ; Sun, 2 Jul 2017 10:04:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E03367490 for ; Sun, 2 Jul 2017 10:04:56 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1498989877.85d7aaa14ebb6d9ad3c24143014d8eeee17764d2.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/x264/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/x264/x264-9999.ebuild X-VCS-Directories: media-libs/x264/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 85d7aaa14ebb6d9ad3c24143014d8eeee17764d2 X-VCS-Branch: master Date: Sun, 2 Jul 2017 10:04:56 +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-Archives-Salt: 3a5436c9-b43f-4f19-a057-9bdbbf44cb17 X-Archives-Hash: 59f57c49f3dcfe58dc67944f7ddb428d commit: 85d7aaa14ebb6d9ad3c24143014d8eeee17764d2 Author: Alexis Ballier gentoo org> AuthorDate: Sun Jul 2 09:26:10 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sun Jul 2 10:04:37 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85d7aaa1 media-libs/x264: fix asm deps (nasm 2.13 is required now) Package-Manager: Portage-2.3.6, Repoman-2.3.2 media-libs/x264/x264-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/x264/x264-9999.ebuild b/media-libs/x264/x264-9999.ebuild index 8cfe28afdd7..e6ac894b7be 100644 --- a/media-libs/x264/x264-9999.ebuild +++ b/media-libs/x264/x264-9999.ebuild @@ -24,7 +24,7 @@ SLOT="0/${SONAME}" LICENSE="GPL-2" IUSE="10bit altivec +interlaced opencl pic static-libs cpu_flags_x86_sse +threads" -ASM_DEP=">=dev-lang/yasm-1.2.0" +ASM_DEP=">=dev-lang/nasm-2.13" DEPEND="abi_x86_32? ( ${ASM_DEP} ) abi_x86_64? ( ${ASM_DEP} ) opencl? ( dev-lang/perl )"