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 0D3A513829C for ; Mon, 30 May 2016 21:15:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7FEF1424F; Mon, 30 May 2016 21:15:18 +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 EFF1B1424F for ; Mon, 30 May 2016 21:15:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 1CF6B340BEF for ; Mon, 30 May 2016 21:15:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F40741B8A for ; Mon, 30 May 2016 21:15:13 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1464642895.c330523cb9d704a4039134598f6b956e2f940eee.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/d-feet/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/d-feet/d-feet-0.3.11.ebuild X-VCS-Directories: dev-util/d-feet/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: c330523cb9d704a4039134598f6b956e2f940eee X-VCS-Branch: master Date: Mon, 30 May 2016 21:15:13 +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: 0de9e4f4-65d3-4c29-8f03-fd42137cdf7d X-Archives-Hash: caca4168bd48c9cf06508e115103ab92 commit: c330523cb9d704a4039134598f6b956e2f940eee Author: Pacho Ramos gentoo org> AuthorDate: Mon May 30 21:14:55 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Mon May 30 21:14:55 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c330523c dev-util/d-feet: Fix virtualx.eclass usage Package-Manager: portage-2.3.0_rc1 dev-util/d-feet/d-feet-0.3.11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/d-feet/d-feet-0.3.11.ebuild b/dev-util/d-feet/d-feet-0.3.11.ebuild index 67e7146..cf38cbf 100644 --- a/dev-util/d-feet/d-feet-0.3.11.ebuild +++ b/dev-util/d-feet/d-feet-0.3.11.ebuild @@ -53,5 +53,5 @@ src_configure() { } src_test() { - Xemake check + virtx emake check }