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 727A4138350 for ; Sun, 26 Apr 2020 10:35:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69696E09E2; Sun, 26 Apr 2020 10:35:41 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 55F4CE09E2 for ; Sun, 26 Apr 2020 10:35:41 +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 33E9B34F38D for ; Sun, 26 Apr 2020 10:35:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32B0A1F1 for ; Sun, 26 Apr 2020 10:35:38 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1587897269.007d36aee083c170a716e131ec405ffbeab49158.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/PDL/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/PDL/PDL-2.17.0-r1.ebuild dev-perl/PDL/PDL-2.17.0.ebuild X-VCS-Directories: dev-perl/PDL/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 007d36aee083c170a716e131ec405ffbeab49158 X-VCS-Branch: master Date: Sun, 26 Apr 2020 10:35:38 +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: f71e0a76-8998-428a-9f5e-9316603daca2 X-Archives-Hash: 855fbebda700dab14acd3a363ad5124e commit: 007d36aee083c170a716e131ec405ffbeab49158 Author: David Seifert gentoo org> AuthorDate: Sun Apr 26 10:34:29 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Apr 26 10:34:29 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=007d36ae dev-perl/PDL: Replace virtual/ffmpeg Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: David Seifert gentoo.org> dev-perl/PDL/{PDL-2.17.0.ebuild => PDL-2.17.0-r1.ebuild} | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dev-perl/PDL/PDL-2.17.0.ebuild b/dev-perl/PDL/PDL-2.17.0-r1.ebuild similarity index 97% rename from dev-perl/PDL/PDL-2.17.0.ebuild rename to dev-perl/PDL/PDL-2.17.0-r1.ebuild index 63488f4cd15..52661b7c5c0 100644 --- a/dev-perl/PDL/PDL-2.17.0.ebuild +++ b/dev-perl/PDL/PDL-2.17.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -41,7 +41,10 @@ RDEPEND="sys-libs/ncurses:0= gd? ( media-libs/gd ) gsl? ( sci-libs/gsl ) hdf? ( sci-libs/hdf ) - netpbm? ( media-libs/netpbm virtual/ffmpeg ) + netpbm? ( + media-libs/netpbm + media-video/ffmpeg + ) pdl2? ( >=dev-perl/Devel-REPL-1.3.11 || ( dev-perl/Term-ReadLine-Perl dev-perl/Term-ReadLine-Gnu )