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 32AED139694 for ; Mon, 26 Jun 2017 12:48:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4ADD2254097; Mon, 26 Jun 2017 12:48:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2482F254097 for ; Mon, 26 Jun 2017 12:48:12 +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 ACB0A34105A for ; Mon, 26 Jun 2017 12:48:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 208D3747C for ; Mon, 26 Jun 2017 12:48:10 +0000 (UTC) From: "Andreas 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 Hüttel" Message-ID: <1498481270.9b7379d0edebc7ec06b8a1245ade79c4fbdaa1a1.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.11.0.ebuild X-VCS-Directories: dev-perl/PDL-Graphics-Gnuplot/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 9b7379d0edebc7ec06b8a1245ade79c4fbdaa1a1 X-VCS-Branch: master Date: Mon, 26 Jun 2017 12:48:10 +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-Archives-Salt: 51256e80-8b0c-4003-9b32-f33db3901f1f X-Archives-Hash: 8a0caf26e09a238ce4502853e200d53c commit: 9b7379d0edebc7ec06b8a1245ade79c4fbdaa1a1 Author: Andreas K. Huettel gentoo org> AuthorDate: Mon Jun 26 12:47:50 2017 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Mon Jun 26 12:47:50 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b7379d0 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 dev-perl/PDL-Graphics-Gnuplot/PDL-Graphics-Gnuplot-2.11.0.ebuild | 1 + 1 file changed, 1 insertion(+) 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 b27d7b865cc..a7c38c9b1ff 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