Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/PDL-Graphics-Gnuplot/
Date: Thu, 31 Dec 2020 14:15:18
Message-Id: 1609424102.826186c89a01df2ec677b64b1166e986075aa2ce.dilfridge@gentoo
1 commit: 826186c89a01df2ec677b64b1166e986075aa2ce
2 Author: Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 31 14:14:50 2020 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 31 14:15:02 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=826186c8
7
8 dev-perl/PDL-Graphics-Gnuplot: Add missing use default
9
10 Package-Manager: Portage-3.0.9, Repoman-3.0.2
11 Signed-off-by: Andreas K. Huettel <dilfridge <AT> gentoo.org>
12
13 ...hics-Gnuplot-2.13.0.ebuild => PDL-Graphics-Gnuplot-2.13.0-r1.ebuild} | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 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
17 similarity index 98%
18 rename from dev-perl/PDL-Graphics-Gnuplot/PDL-Graphics-Gnuplot-2.13.0.ebuild
19 rename to dev-perl/PDL-Graphics-Gnuplot/PDL-Graphics-Gnuplot-2.13.0-r1.ebuild
20 index 2ae56f2cdbb..2ad6f7ab8ec 100644
21 --- a/dev-perl/PDL-Graphics-Gnuplot/PDL-Graphics-Gnuplot-2.13.0.ebuild
22 +++ b/dev-perl/PDL-Graphics-Gnuplot/PDL-Graphics-Gnuplot-2.13.0-r1.ebuild
23 @@ -24,7 +24,7 @@ RDEPEND="
24 dev-perl/Safe-Isa
25 virtual/perl-Storable
26 virtual/perl-Time-HiRes
27 - || ( sci-visualization/gnuplot[X] sci-visualization/gnuplot[qt4] )
28 + || ( sci-visualization/gnuplot[X] sci-visualization/gnuplot[qt4(-)] )
29 "
30 DEPEND="${RDEPEND}
31 >=virtual/perl-ExtUtils-MakeMaker-6.480.0