diff options
author | Ulrich Müller <ulm@gentoo.org> | 2020-11-06 15:15:51 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2020-11-06 15:18:50 +0100 |
commit | 595462e0045e2dbee2561bb03c479249541b1b62 (patch) | |
tree | d1bb34a96044b84a1a62a639ba098df5c90f9877 /sci-visualization | |
parent | net-misc/dropbox: 109.4.517 stable (diff) | |
download | gentoo-595462e0045e2dbee2561bb03c479249541b1b62.tar.gz gentoo-595462e0045e2dbee2561bb03c479249541b1b62.tar.bz2 gentoo-595462e0045e2dbee2561bb03c479249541b1b62.zip |
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@gentoo.org>
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/gnuplot/gnuplot-5.4.0-r1.ebuild | 4 | ||||
-rw-r--r-- | 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 5b9eabee4ca7..1fc1d509a47d 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 3b108facf8bf..124091421e3f 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() { |