Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/grilo/
Date: Sun, 21 Aug 2016 21:46:35
Message-Id: 1471815928.896b3eb87606a46ef70a850ab6d862b7ccea9ee5.eva@gentoo
1 commit: 896b3eb87606a46ef70a850ab6d862b7ccea9ee5
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 21 21:44:03 2016 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 21 21:45:28 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=896b3eb8
7
8 media-libs/grilo: unittests require dbus activation, which requires X11
9
10 Package-Manager: portage-2.3.0
11
12 media-libs/grilo/grilo-0.3.1.ebuild | 6 +++++-
13 1 file changed, 5 insertions(+), 1 deletion(-)
14
15 diff --git a/media-libs/grilo/grilo-0.3.1.ebuild b/media-libs/grilo/grilo-0.3.1.ebuild
16 index 7917d8b..8a4b568 100644
17 --- a/media-libs/grilo/grilo-0.3.1.ebuild
18 +++ b/media-libs/grilo/grilo-0.3.1.ebuild
19 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
20 VALA_MIN_API_VERSION="0.28"
21 VALA_USE_DEPEND="vapigen"
22
23 -inherit gnome2 python-any-r1 vala
24 +inherit gnome2 python-any-r1 vala virtualx
25
26 DESCRIPTION="A framework for easy media discovery and browsing"
27 HOMEPAGE="https://wiki.gnome.org/Projects/Grilo"
28 @@ -76,6 +76,10 @@ src_configure() {
29 $(use_enable vala)
30 }
31
32 +src_test() {
33 + virtx emake check
34 +}
35 +
36 src_install() {
37 gnome2_src_install
38 # Upstream made this conditional on gtk-doc build...