commit: 7b41fc1a0088bdf15023c5477864fdc697a2a4a6 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> AuthorDate: Thu May 14 15:34:51 2015 +0000 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> CommitDate: Thu May 14 15:35:01 2015 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=7b41fc1a
media-gfx/gnome-photos: allow unittests to run media-gfx/gnome-photos/gnome-photos-3.16.2.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/media-gfx/gnome-photos/gnome-photos-3.16.2.ebuild b/media-gfx/gnome-photos/gnome-photos-3.16.2.ebuild index 6f8566d..762de08 100644 --- a/media-gfx/gnome-photos/gnome-photos-3.16.2.ebuild +++ b/media-gfx/gnome-photos/gnome-photos-3.16.2.ebuild @@ -5,7 +5,7 @@ EAPI="5" GCONF_DEBUG="no" -inherit gnome2 +inherit gnome2 virtualx DESCRIPTION="Access, organize and share your photos on GNOME" HOMEPAGE="https://wiki.gnome.org/Apps/Photos" @@ -51,3 +51,7 @@ src_configure() { $(use_enable test dogtail) \ ITSTOOL=$(type -P true) } + +src_test() { + Xemake check +}
