summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Huettel <dilfridge@gentoo.org>2020-12-31 16:14:50 +0200
committerAndreas K. Huettel <dilfridge@gentoo.org>2020-12-31 16:15:02 +0200
commit826186c89a01df2ec677b64b1166e986075aa2ce (patch)
tree2bfb06ad2c94beb935e02fbb55a73e96a5aea840 /dev-perl/PDL-Graphics-Gnuplot
parentapp-emulation/dosemu: lookup tool-prefixed nm (diff)
downloadgentoo-826186c89a01df2ec677b64b1166e986075aa2ce.tar.gz
gentoo-826186c89a01df2ec677b64b1166e986075aa2ce.tar.bz2
gentoo-826186c89a01df2ec677b64b1166e986075aa2ce.zip
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 <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/PDL-Graphics-Gnuplot')
-rw-r--r--dev-perl/PDL-Graphics-Gnuplot/PDL-Graphics-Gnuplot-2.13.0-r1.ebuild (renamed from dev-perl/PDL-Graphics-Gnuplot/PDL-Graphics-Gnuplot-2.13.0.ebuild)2
1 files changed, 1 insertions, 1 deletions
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
index 2ae56f2cdbbd..2ad6f7ab8ec3 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