commit: 4d34a64efaa9495fb0bd34030b59bfa9b031e028 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> AuthorDate: Sun Apr 20 23:42:36 2014 +0000 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> CommitDate: Sun Apr 20 23:43:42 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=4d34a64e
media-video/cheese: add missing call to vala_src_prepare Does not seem to affect the build, but at least it finds the correct vala now. --- media-video/cheese/cheese-3.12.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-video/cheese/cheese-3.12.0.ebuild b/media-video/cheese/cheese-3.12.0.ebuild index 6a98ce4..ce83a92 100644 --- a/media-video/cheese/cheese-3.12.0.ebuild +++ b/media-video/cheese/cheese-3.12.0.ebuild @@ -67,6 +67,7 @@ src_prepare() { -e 's|\(g_test_add_func.*video_path.*;\)|/*\1*/|' \ -i "${S}"/tests/test-libcheese.c || die + vala_src_prepare gnome2_src_prepare }