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 AE3F01382E6 for ; Mon, 4 Jul 2016 20:22:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3780E07D5; Mon, 4 Jul 2016 20:22:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 79210E07D5 for ; Mon, 4 Jul 2016 20:22:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B401A340CC4 for ; Mon, 4 Jul 2016 20:22:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ABDB6241B for ; Mon, 4 Jul 2016 20:22:38 +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: <1467663745.f86f25a0f98016a75bc4ee9e1702681152264b45.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/povray/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/povray/povray-3.7.0.0-r1.ebuild X-VCS-Directories: media-gfx/povray/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: f86f25a0f98016a75bc4ee9e1702681152264b45 X-VCS-Branch: master Date: Mon, 4 Jul 2016 20:22:38 +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: bb8b4d75-57c3-424e-8be1-69faf2d0c5d9 X-Archives-Hash: cc0e888992040c4293af98401581e48f commit: f86f25a0f98016a75bc4ee9e1702681152264b45 Author: Justin Lecher gentoo org> AuthorDate: Mon Jul 4 20:21:45 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Jul 4 20:22:25 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f86f25a0 media-gfx/povray: Port virtualx.eclass in src_test() to EAPI=6 Package-Manager: portage-2.3.0 Signed-off-by: Justin Lecher gentoo.org> media-gfx/povray/povray-3.7.0.0-r1.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/media-gfx/povray/povray-3.7.0.0-r1.ebuild b/media-gfx/povray/povray-3.7.0.0-r1.ebuild index c1230eb..331a9eb 100644 --- a/media-gfx/povray/povray-3.7.0.0-r1.ebuild +++ b/media-gfx/povray/povray-3.7.0.0-r1.ebuild @@ -118,9 +118,7 @@ src_configure() { } src_test() { - # For the beta releases, we generate a license extension in case needed - VIRTUALX_COMMAND="autotools-utils_src_test" - virtualmake + virtx default } pkg_preinst() {