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 E91751382C5 for ; Thu, 31 Dec 2020 14:15:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4993E08C3; Thu, 31 Dec 2020 14:15:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 C68B8E08C3 for ; Thu, 31 Dec 2020 14:15:16 +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 B9CDC33BE65 for ; Thu, 31 Dec 2020 14:15:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2ACBB53 for ; Thu, 31 Dec 2020 14:15:14 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1609424102.826186c89a01df2ec677b64b1166e986075aa2ce.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/PDL-Graphics-Gnuplot/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/PDL-Graphics-Gnuplot/PDL-Graphics-Gnuplot-2.13.0-r1.ebuild dev-perl/PDL-Graphics-Gnuplot/PDL-Graphics-Gnuplot-2.13.0.ebuild X-VCS-Directories: dev-perl/PDL-Graphics-Gnuplot/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 826186c89a01df2ec677b64b1166e986075aa2ce X-VCS-Branch: master Date: Thu, 31 Dec 2020 14:15:14 +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: 83533d78-b0f2-4f1d-a4de-7ab4e1387b06 X-Archives-Hash: 5432ca5136d247965b1f192b4c168862 commit: 826186c89a01df2ec677b64b1166e986075aa2ce Author: Andreas K. Huettel gentoo org> AuthorDate: Thu Dec 31 14:14:50 2020 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Thu Dec 31 14:15:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=826186c8 dev-perl/PDL-Graphics-Gnuplot: Add missing use default Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Andreas K. Huettel gentoo.org> ...hics-Gnuplot-2.13.0.ebuild => PDL-Graphics-Gnuplot-2.13.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/PDL-Graphics-Gnuplot/PDL-Graphics-Gnuplot-2.13.0.ebuild b/dev-perl/PDL-Graphics-Gnuplot/PDL-Graphics-Gnuplot-2.13.0-r1.ebuild similarity index 98% rename from dev-perl/PDL-Graphics-Gnuplot/PDL-Graphics-Gnuplot-2.13.0.ebuild rename to dev-perl/PDL-Graphics-Gnuplot/PDL-Graphics-Gnuplot-2.13.0-r1.ebuild index 2ae56f2cdbb..2ad6f7ab8ec 100644 --- a/dev-perl/PDL-Graphics-Gnuplot/PDL-Graphics-Gnuplot-2.13.0.ebuild +++ b/dev-perl/PDL-Graphics-Gnuplot/PDL-Graphics-Gnuplot-2.13.0-r1.ebuild @@ -24,7 +24,7 @@ RDEPEND=" dev-perl/Safe-Isa virtual/perl-Storable virtual/perl-Time-HiRes - || ( sci-visualization/gnuplot[X] sci-visualization/gnuplot[qt4] ) + || ( sci-visualization/gnuplot[X] sci-visualization/gnuplot[qt4(-)] ) " DEPEND="${RDEPEND} >=virtual/perl-ExtUtils-MakeMaker-6.480.0