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 C6F6E1388C0 for ; Mon, 29 Feb 2016 17:53:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC810E07BA; Mon, 29 Feb 2016 17:53:12 +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 4160FE07BA for ; Mon, 29 Feb 2016 17:53:12 +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 2C7DC340B37 for ; Mon, 29 Feb 2016 17:53:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 629EE1CEB for ; Mon, 29 Feb 2016 17:53:07 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1456768376.0ea63e8eb0aee3de1200a505b4233fdc0b0aee9c.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-libs/grantlee/ X-VCS-Repository: proj/kde X-VCS-Files: dev-libs/grantlee/grantlee-9999.ebuild X-VCS-Directories: dev-libs/grantlee/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 0ea63e8eb0aee3de1200a505b4233fdc0b0aee9c X-VCS-Branch: master Date: Mon, 29 Feb 2016 17:53:07 +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: c517303c-b86b-44a9-b281-a15838368a56 X-Archives-Hash: c23ab874a3379f9239bf74d95720871b commit: 0ea63e8eb0aee3de1200a505b4233fdc0b0aee9c Author: Michael Palimaka gentoo org> AuthorDate: Mon Feb 29 17:52:56 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Mon Feb 29 17:52:56 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0ea63e8e dev-libs/grantlee: port to EAPI 6 Package-Manager: portage-2.2.27 dev-libs/grantlee/grantlee-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/grantlee/grantlee-9999.ebuild b/dev-libs/grantlee/grantlee-9999.ebuild index 800b6c3..0283a47 100644 --- a/dev-libs/grantlee/grantlee-9999.ebuild +++ b/dev-libs/grantlee/grantlee-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 VIRTUALX_REQUIRED="test" inherit cmake-utils virtualx git-r3 @@ -48,7 +48,7 @@ src_compile() { } src_test() { - VIRTUALX_COMMAND="cmake-utils_src_test" virtualmake + virtx cmake-utils_src_test } src_install() {