commit:     6e84a75369ad265da2b5614e8032ae3e9a5a6f49
Author:     Mike Auty <ikelos <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 29 17:19:33 2015 +0000
Commit:     Mike Auty <ikelos <AT> gentoo <DOT> org>
CommitDate: Sat Aug 29 17:19:33 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e84a753

Fix gir to match dependencies, see bug 557086.

Package-Manager: portage-2.2.20.1

 dev-vcs/gitg/gitg-3.16.1.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dev-vcs/gitg/gitg-3.16.1.ebuild b/dev-vcs/gitg/gitg-3.16.1.ebuild
index 114af72..e677b57 100644
--- a/dev-vcs/gitg/gitg-3.16.1.ebuild
+++ b/dev-vcs/gitg/gitg-3.16.1.ebuild
@@ -64,6 +64,10 @@ src_prepare() {
                -e '/CFLAGS/s:-O0::g' \
                -i configure.ac || die
 
+       sed \
+               -e 's/name="WebKit2" version="3.0"/name="WebKit2" 
version="4.0"/' \
+               -i Gitg-1.0.gir || die
+
        gnome2_src_prepare
        vala_src_prepare
 }

Reply via email to