commit:     595462e0045e2dbee2561bb03c479249541b1b62
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  6 14:15:51 2020 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Nov  6 14:18:50 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=595462e0

sci-visualization/gnuplot: Use virtualx for tests.

Closes: https://bugs.gentoo.org/753314
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 sci-visualization/gnuplot/gnuplot-5.4.0-r1.ebuild   | 4 ++--
 sci-visualization/gnuplot/gnuplot-5.4.0-r100.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sci-visualization/gnuplot/gnuplot-5.4.0-r1.ebuild 
b/sci-visualization/gnuplot/gnuplot-5.4.0-r1.ebuild
index 5b9eabee4ca..1fc1d509a47 100644
--- a/sci-visualization/gnuplot/gnuplot-5.4.0-r1.ebuild
+++ b/sci-visualization/gnuplot/gnuplot-5.4.0-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit autotools flag-o-matic readme.gentoo-r1 toolchain-funcs wxwidgets
+inherit autotools flag-o-matic readme.gentoo-r1 toolchain-funcs virtualx 
wxwidgets
 
 DESCRIPTION="Command-line driven interactive plotting program"
 HOMEPAGE="http://www.gnuplot.info/";
@@ -192,7 +192,7 @@ src_install() {
 
 src_test() {
        #GNUTERM="unknown" emake check   # spiderplot and isosurface tests fail
-       GNUTERM="dumb" emake check
+       virtx emake check
 }
 
 pkg_postinst() {

diff --git a/sci-visualization/gnuplot/gnuplot-5.4.0-r100.ebuild 
b/sci-visualization/gnuplot/gnuplot-5.4.0-r100.ebuild
index 3b108facf8b..124091421e3 100644
--- a/sci-visualization/gnuplot/gnuplot-5.4.0-r100.ebuild
+++ b/sci-visualization/gnuplot/gnuplot-5.4.0-r100.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 LUA_COMPAT=( lua5-{1,2,3} )
 
-inherit autotools flag-o-matic lua-single readme.gentoo-r1 toolchain-funcs 
wxwidgets
+inherit autotools flag-o-matic lua-single readme.gentoo-r1 toolchain-funcs 
virtualx wxwidgets
 
 DESCRIPTION="Command-line driven interactive plotting program"
 HOMEPAGE="http://www.gnuplot.info/";
@@ -199,7 +199,7 @@ src_install() {
 
 src_test() {
        #GNUTERM="unknown" emake check   # spiderplot and isosurface tests fail
-       GNUTERM="dumb" emake check
+       virtx emake check
 }
 
 pkg_postinst() {

Reply via email to