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 501F813888F for ; Mon, 26 Oct 2015 13:42:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9D7DE07B3; Mon, 26 Oct 2015 13:41:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6A187E07B3 for ; Mon, 26 Oct 2015 13:41:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3A76234086C for ; Mon, 26 Oct 2015 13:41:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 54B891931 for ; Mon, 26 Oct 2015 13:41:51 +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: <1445866905.3be28cd471ddc7b494ae3dbe7e241ea1b2f223ae.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/nvenc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/nvenc/nvenc-5.0.1-r1.ebuild media-video/nvenc/nvenc-5.0.1.ebuild X-VCS-Directories: media-video/nvenc/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 3be28cd471ddc7b494ae3dbe7e241ea1b2f223ae X-VCS-Branch: master Date: Mon, 26 Oct 2015 13:41: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-Archives-Salt: 9c1d0604-caf3-4384-b50f-2ec8a606ecc9 X-Archives-Hash: ef949c71248d6ca6a08c4902ada33b93 commit: 3be28cd471ddc7b494ae3dbe7e241ea1b2f223ae Author: Alexis Ballier gentoo org> AuthorDate: Mon Oct 26 13:41:37 2015 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Oct 26 13:41:45 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3be28cd4 media-video/nvenc: Add dep on nvidia-drivers and depend on cuda-toolkit only with tools useflag Package-Manager: portage-2.2.23 media-video/nvenc/{nvenc-5.0.1.ebuild => nvenc-5.0.1-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-video/nvenc/nvenc-5.0.1.ebuild b/media-video/nvenc/nvenc-5.0.1-r1.ebuild similarity index 92% rename from media-video/nvenc/nvenc-5.0.1.ebuild rename to media-video/nvenc/nvenc-5.0.1-r1.ebuild index 22d16cb..27357de 100644 --- a/media-video/nvenc/nvenc-5.0.1.ebuild +++ b/media-video/nvenc/nvenc-5.0.1-r1.ebuild @@ -17,7 +17,8 @@ SLOT="0" KEYWORDS="~amd64" IUSE="+tools samples" -RDEPEND=">=dev-util/nvidia-cuda-toolkit-6.5" +RDEPEND=">=x11-drivers/nvidia-drivers-347.09 + tools? ( >=dev-util/nvidia-cuda-toolkit-6.5 )" DEPEND="${RDEPEND} app-arch/unzip"