From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 87863138252 for ; Wed, 11 May 2016 08:46:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D70A6234005; Wed, 11 May 2016 08:45:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 5CCB421C012 for ; Wed, 11 May 2016 08:45:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1925F340AEC for ; Wed, 11 May 2016 08:45:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0424E973 for ; Wed, 11 May 2016 08:45:39 +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: <1462956328.7ac9605fe579c8d93a89e31c984e15397bed4539.aballier@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: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 7ac9605fe579c8d93a89e31c984e15397bed4539 X-VCS-Branch: master Date: Wed, 11 May 2016 08:45:39 +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: cc5b5620-48c7-42a4-b910-816a57fac883 X-Archives-Hash: 4af43a3ddd42717b8653c6852f393b93 commit: 7ac9605fe579c8d93a89e31c984e15397bed4539 Author: Alexis Ballier gentoo org> AuthorDate: Wed May 11 08:34:34 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed May 11 08:45:28 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ac9605f media-video/ffmpeg: nvenc does not require nonfree binary anymore; required header is MIT. Package-Manager: portage-2.2.28 media-video/ffmpeg/ffmpeg-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild index 5a5c2e0..04c1164 100644 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild @@ -279,7 +279,7 @@ REQUIRED_USE=" ${GPL_REQUIRED_USE} ${CPU_REQUIRED_USE}" RESTRICT=" - encode? ( faac? ( bindist ) nvenc? ( bindist ) ) + encode? ( faac? ( bindist ) ) gpl? ( openssl? ( bindist ) fdk? ( bindist ) ) " @@ -311,7 +311,7 @@ multilib_src_configure() { if use amrenc ; then myconf+=( --enable-version3 ) fi - if use faac || use nvenc ; then + if use faac ; then myconf+=( --enable-nonfree ) fi else