diff options
author | Andreas K. Huettel <dilfridge@gentoo.org> | 2017-06-26 14:47:50 +0200 |
---|---|---|
committer | Andreas K. Huettel <dilfridge@gentoo.org> | 2017-06-26 14:47:50 +0200 |
commit | 9b7379d0edebc7ec06b8a1245ade79c4fbdaa1a1 (patch) | |
tree | f1263ac3211f8da9287fbc197c556a5a8f2c434e /dev-perl/PDL-Graphics-Gnuplot | |
parent | dev-python/unittest2: mark arm64 stable to catchup with other arches (diff) | |
download | gentoo-9b7379d0edebc7ec06b8a1245ade79c4fbdaa1a1.tar.gz gentoo-9b7379d0edebc7ec06b8a1245ade79c4fbdaa1a1.tar.bz2 gentoo-9b7379d0edebc7ec06b8a1245ade79c4fbdaa1a1.zip |
dev-perl/PDL-Graphics-Gnuplot: Add use requirements for gnuplot, bug 622586
Depending on the Gnuplot compilation options, differents sets of terminals are available. When (on Linux) either X or Qt4 terminals are enabled, one
of these automatically becomes default terminal after program start. This can be verified with "show terminal", and in this case also
PDL::Graphics::Gnuplot works fine.
However, if both X and Qt4 terminal are disabled during compilation, the default terminal after gnuplot start is "unknown", meaning it's not
functional (and a terminal has to be selected first). This makes the PDL::Graphics::Gnuplot tests fail, and probably also its functionality.
See also https://github.com/drzowie/PDL-Graphics-Gnuplot/issues/66
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-perl/PDL-Graphics-Gnuplot')
-rw-r--r-- | dev-perl/PDL-Graphics-Gnuplot/PDL-Graphics-Gnuplot-2.11.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-perl/PDL-Graphics-Gnuplot/PDL-Graphics-Gnuplot-2.11.0.ebuild b/dev-perl/PDL-Graphics-Gnuplot/PDL-Graphics-Gnuplot-2.11.0.ebuild index b27d7b865cc1..a7c38c9b1ff2 100644 --- a/dev-perl/PDL-Graphics-Gnuplot/PDL-Graphics-Gnuplot-2.11.0.ebuild +++ b/dev-perl/PDL-Graphics-Gnuplot/PDL-Graphics-Gnuplot-2.11.0.ebuild @@ -23,6 +23,7 @@ RDEPEND=" dev-perl/Safe-Isa virtual/perl-Storable virtual/perl-Time-HiRes + || ( sci-visualization/gnuplot[X] sci-visualization/gnuplot[qt4] ) " DEPEND="${RDEPEND} >=virtual/perl-ExtUtils-MakeMaker-6.480.0 |