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 24A07138359 for ; Mon, 26 Oct 2020 00:36:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 391AFE077C; Mon, 26 Oct 2020 00:36:27 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 20850E077C for ; Mon, 26 Oct 2020 00:36:27 +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 D8CB0340E65 for ; Mon, 26 Oct 2020 00:36:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 280BC3BB for ; Mon, 26 Oct 2020 00:36:24 +0000 (UTC) From: "Aisha Tammy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" Message-ID: <1603672556.034649747860ad7293f889879441125952b26a51.epsilon-0@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/pytorch/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/pytorch/pytorch-1.4.0_p0-r1.ebuild sci-libs/pytorch/pytorch-1.4.0_p0.ebuild sci-libs/pytorch/pytorch-1.6.0-r1.ebuild sci-libs/pytorch/pytorch-1.6.0.ebuild X-VCS-Directories: sci-libs/pytorch/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: 034649747860ad7293f889879441125952b26a51 X-VCS-Branch: master Date: Mon, 26 Oct 2020 00:36:24 +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: 3337c7fc-2ac8-42a0-8183-5aa96c02d2f6 X-Archives-Hash: f5d6f6730cdfe5cee0596b1801f784c6 commit: 034649747860ad7293f889879441125952b26a51 Author: Aisha Tammy aisha cc> AuthorDate: Mon Oct 26 00:35:56 2020 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Mon Oct 26 00:35:56 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=03464974 sci-libs/pytorch: drop ffmpeg virtual Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> .../pytorch/{pytorch-1.4.0_p0.ebuild => pytorch-1.4.0_p0-r1.ebuild} | 2 +- sci-libs/pytorch/{pytorch-1.6.0.ebuild => pytorch-1.6.0-r1.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/pytorch/pytorch-1.4.0_p0.ebuild b/sci-libs/pytorch/pytorch-1.4.0_p0-r1.ebuild similarity index 99% rename from sci-libs/pytorch/pytorch-1.4.0_p0.ebuild rename to sci-libs/pytorch/pytorch-1.4.0_p0-r1.ebuild index 762608507..ca6a3c251 100644 --- a/sci-libs/pytorch/pytorch-1.4.0_p0.ebuild +++ b/sci-libs/pytorch/pytorch-1.4.0_p0-r1.ebuild @@ -53,7 +53,7 @@ DEPEND=" atlas? ( sci-libs/atlas ) cuda? ( dev-libs/cudnn dev-cpp/eigen[cuda] ) - ffmpeg? ( virtual/ffmpeg ) + ffmpeg? ( media-video/ffmpeg ) gflags? ( dev-cpp/gflags ) glog? ( dev-cpp/glog ) leveldb? ( dev-libs/leveldb ) diff --git a/sci-libs/pytorch/pytorch-1.6.0.ebuild b/sci-libs/pytorch/pytorch-1.6.0-r1.ebuild similarity index 99% rename from sci-libs/pytorch/pytorch-1.6.0.ebuild rename to sci-libs/pytorch/pytorch-1.6.0-r1.ebuild index a6f2ee62c..b81be39e6 100644 --- a/sci-libs/pytorch/pytorch-1.6.0.ebuild +++ b/sci-libs/pytorch/pytorch-1.6.0-r1.ebuild @@ -75,7 +75,7 @@ RDEPEND=" atlas? ( sci-libs/atlas ) cuda? ( dev-libs/cudnn dev-cpp/eigen[cuda] ) - ffmpeg? ( virtual/ffmpeg ) + ffmpeg? ( media-video/ffmpeg ) gflags? ( dev-cpp/gflags ) glog? ( dev-cpp/glog ) leveldb? ( dev-libs/leveldb )