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 1DC3913855F for ; Mon, 7 Sep 2015 15:27:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9828E141FC; Mon, 7 Sep 2015 15:27:41 +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 3EF25141FC for ; Mon, 7 Sep 2015 15:27:41 +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 3F96F33D3CE for ; Mon, 7 Sep 2015 15:27:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F30B17A for ; Mon, 7 Sep 2015 15:27:37 +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: <1441639638.9ada2d486f9d2bc8b11bac17f1a048c0ded449a0.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.8.14-r1.ebuild X-VCS-Directories: media-gfx/gimp/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 9ada2d486f9d2bc8b11bac17f1a048c0ded449a0 X-VCS-Branch: master Date: Mon, 7 Sep 2015 15:27:37 +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: 31cea55b-b8c2-4555-b6a9-e832a622ee0c X-Archives-Hash: d873184880086590f131b0578e85dab4 commit: 9ada2d486f9d2bc8b11bac17f1a048c0ded449a0 Author: eroen occam eroen eu> AuthorDate: Mon Sep 7 15:26:20 2015 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Mon Sep 7 15:27:18 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ada2d48 media-gfx/gimp: Use virtualx for testing (bug #490480) media-gfx/gimp/gimp-2.8.14-r1.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/media-gfx/gimp/gimp-2.8.14-r1.ebuild b/media-gfx/gimp/gimp-2.8.14-r1.ebuild index 879011b..06622c9 100644 --- a/media-gfx/gimp/gimp-2.8.14-r1.ebuild +++ b/media-gfx/gimp/gimp-2.8.14-r1.ebuild @@ -5,7 +5,7 @@ EAPI=5 PYTHON_COMPAT=( python2_7 ) -inherit versionator autotools eutils gnome2 fdo-mime multilib python-single-r1 +inherit versionator virtualx autotools eutils gnome2 fdo-mime multilib python-single-r1 DESCRIPTION="GNU Image Manipulation Program" HOMEPAGE="http://www.gimp.org/" @@ -136,6 +136,10 @@ _clean_up_locales() { done } +src_test() { + Xemake check +} + src_install() { gnome2_src_install