From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 144A058973 for ; Wed, 20 Jan 2016 08:20:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F51C21C0A1; Wed, 20 Jan 2016 08:20:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7782521C0A6 for ; Wed, 20 Jan 2016 08:20:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9F1E93408A6 for ; Wed, 20 Jan 2016 08:20:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A4301068 for ; Wed, 20 Jan 2016 08:20:44 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1453277982.240686b55999a079473db20eaf191940f681d8d0.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/plplot/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/plplot/plplot-5.11.1-r1.ebuild X-VCS-Directories: sci-libs/plplot/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 240686b55999a079473db20eaf191940f681d8d0 X-VCS-Branch: master Date: Wed, 20 Jan 2016 08:20:44 +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: 7d2165bb-22a2-4884-a46b-2dbc13cd26fb X-Archives-Hash: 480c22cc737e1efeb7ed735ed386bb69 commit: 240686b55999a079473db20eaf191940f681d8d0 Author: Justin Lecher gentoo org> AuthorDate: Wed Jan 20 07:57:36 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Jan 20 08:19:42 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=240686b5 sci-libs/plplot: Drop deprecated use of virtualx.eclass Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher gentoo.org> sci-libs/plplot/plplot-5.11.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/plplot/plplot-5.11.1-r1.ebuild b/sci-libs/plplot/plplot-5.11.1-r1.ebuild index a64af2b..bed1a23 100644 --- a/sci-libs/plplot/plplot-5.11.1-r1.ebuild +++ b/sci-libs/plplot/plplot-5.11.1-r1.ebuild @@ -232,7 +232,7 @@ src_configure() { } src_test() { - VIRTUALX_COMMAND=cmake-utils_src_test virtualmake + virtx cmake-utils_src_test virtualmake } src_install() {