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 3D25E138359 for ; Fri, 6 Nov 2020 14:19:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A79FE08F2; Fri, 6 Nov 2020 14:19:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6C28DE08F2 for ; Fri, 6 Nov 2020 14:19:03 +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 6F438340D21 for ; Fri, 6 Nov 2020 14:19:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B128A386 for ; Fri, 6 Nov 2020 14:18:59 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1604672330.595462e0045e2dbee2561bb03c479249541b1b62.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gnuplot/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-visualization/gnuplot/gnuplot-5.4.0-r1.ebuild sci-visualization/gnuplot/gnuplot-5.4.0-r100.ebuild X-VCS-Directories: sci-visualization/gnuplot/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 595462e0045e2dbee2561bb03c479249541b1b62 X-VCS-Branch: master Date: Fri, 6 Nov 2020 14:18:59 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8b4b804a-8382-434c-9ec4-d3da461299b8 X-Archives-Hash: e0fc0979a8d25d742b9f5d182637d720 commit: 595462e0045e2dbee2561bb03c479249541b1b62 Author: Ulrich Müller gentoo org> AuthorDate: Fri Nov 6 14:15:51 2020 +0000 Commit: Ulrich Müller gentoo 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 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() {