commit: 8e80ba698cae1382944a89de5248ae910e0abce8 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> AuthorDate: Sun Oct 12 22:25:57 2014 +0000 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> CommitDate: Sun Oct 12 23:19:08 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=8e80ba69
media-gfx/gnome-photos: disable tests due to missing module --- media-gfx/gnome-photos/gnome-photos-3.14.0.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/media-gfx/gnome-photos/gnome-photos-3.14.0.ebuild b/media-gfx/gnome-photos/gnome-photos-3.14.0.ebuild index a0a0173..018612a 100644 --- a/media-gfx/gnome-photos/gnome-photos-3.14.0.ebuild +++ b/media-gfx/gnome-photos/gnome-photos-3.14.0.ebuild @@ -40,6 +40,9 @@ DEPEND="${RDEPEND} virtual/pkgconfig " +# Requires dogtail +RESTRICT="test" + src_configure() { gnome2_src_configure ITSTOOL=$(type -P true) }