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 89D3D13832E for ; Sun, 21 Aug 2016 21:46:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8876121C088; Sun, 21 Aug 2016 21:46:33 +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 05E7121C088 for ; Sun, 21 Aug 2016 21:46:32 +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 0E1F03405BB for ; Sun, 21 Aug 2016 21:46:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95748245F for ; Sun, 21 Aug 2016 21:46:29 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1471815928.896b3eb87606a46ef70a850ab6d862b7ccea9ee5.eva@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/grilo/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/grilo/grilo-0.3.1.ebuild X-VCS-Directories: media-libs/grilo/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 896b3eb87606a46ef70a850ab6d862b7ccea9ee5 X-VCS-Branch: master Date: Sun, 21 Aug 2016 21:46:29 +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: 99ec7f4c-dae4-4af0-94b8-9923c3fabf21 X-Archives-Hash: 3632f05cd9e519a74d8d7f3a7740970c commit: 896b3eb87606a46ef70a850ab6d862b7ccea9ee5 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun Aug 21 21:44:03 2016 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Aug 21 21:45:28 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=896b3eb8 media-libs/grilo: unittests require dbus activation, which requires X11 Package-Manager: portage-2.3.0 media-libs/grilo/grilo-0.3.1.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/media-libs/grilo/grilo-0.3.1.ebuild b/media-libs/grilo/grilo-0.3.1.ebuild index 7917d8b..8a4b568 100644 --- a/media-libs/grilo/grilo-0.3.1.ebuild +++ b/media-libs/grilo/grilo-0.3.1.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 ) VALA_MIN_API_VERSION="0.28" VALA_USE_DEPEND="vapigen" -inherit gnome2 python-any-r1 vala +inherit gnome2 python-any-r1 vala virtualx DESCRIPTION="A framework for easy media discovery and browsing" HOMEPAGE="https://wiki.gnome.org/Projects/Grilo" @@ -76,6 +76,10 @@ src_configure() { $(use_enable vala) } +src_test() { + virtx emake check +} + src_install() { gnome2_src_install # Upstream made this conditional on gtk-doc build...