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 9013E1396D0 for ; Wed, 30 Aug 2017 17:04:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E62731FC00F; Wed, 30 Aug 2017 17:04:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 AE5A61FC00F for ; Wed, 30 Aug 2017 17:04: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 13E37340DF9 for ; Wed, 30 Aug 2017 17:04:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 805018813 for ; Wed, 30 Aug 2017 17:04:00 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1504112622.cc7209f802a6b88420d71fa8c4274e557c524de6.sping@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gimp/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/gimp/gimp-2.9.6.ebuild media-gfx/gimp/gimp-9999.ebuild X-VCS-Directories: media-gfx/gimp/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: cc7209f802a6b88420d71fa8c4274e557c524de6 X-VCS-Branch: master Date: Wed, 30 Aug 2017 17:04:00 +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: b5e6e89b-f352-4b43-a97b-5464683a13fb X-Archives-Hash: 1693cb28e3097949049c15bca2cbb786 commit: cc7209f802a6b88420d71fa8c4274e557c524de6 Author: Sebastian Pipping gentoo org> AuthorDate: Wed Aug 30 17:00:44 2017 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Wed Aug 30 17:03:42 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc7209f8 media-gfx/gimp: Fix src_test (bug #629264) Package-Manager: Portage-2.3.8, Repoman-2.3.3 media-gfx/gimp/gimp-2.9.6.ebuild | 2 +- media-gfx/gimp/gimp-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/gimp/gimp-2.9.6.ebuild b/media-gfx/gimp/gimp-2.9.6.ebuild index b0ad56d9c6f..b0e4b3d055e 100644 --- a/media-gfx/gimp/gimp-2.9.6.ebuild +++ b/media-gfx/gimp/gimp-2.9.6.ebuild @@ -165,7 +165,7 @@ _clean_up_locales() { } src_test() { - Xemake check + virtx emake check } src_install() { diff --git a/media-gfx/gimp/gimp-9999.ebuild b/media-gfx/gimp/gimp-9999.ebuild index 8bf530922b8..e448ccbf5ae 100644 --- a/media-gfx/gimp/gimp-9999.ebuild +++ b/media-gfx/gimp/gimp-9999.ebuild @@ -178,7 +178,7 @@ _clean_up_locales() { } src_test() { - Xemake check + virtx emake check } src_install() {