summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Auty <ikelos@gentoo.org>2015-08-29 18:19:33 +0100
committerMike Auty <ikelos@gentoo.org>2015-08-29 18:19:33 +0100
commit6e84a75369ad265da2b5614e8032ae3e9a5a6f49 (patch)
tree338cc1bb77bd2da15a5b2e3d0b411a9993d0bbb7 /dev-vcs/gitg/gitg-3.16.1.ebuild
parentvirtual/editor: Add neovim (diff)
downloadgentoo-6e84a75369ad265da2b5614e8032ae3e9a5a6f49.tar.gz
gentoo-6e84a75369ad265da2b5614e8032ae3e9a5a6f49.tar.bz2
gentoo-6e84a75369ad265da2b5614e8032ae3e9a5a6f49.zip
Fix gir to match dependencies, see bug 557086.
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-vcs/gitg/gitg-3.16.1.ebuild')
-rw-r--r--dev-vcs/gitg/gitg-3.16.1.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-vcs/gitg/gitg-3.16.1.ebuild b/dev-vcs/gitg/gitg-3.16.1.ebuild
index 114af723c3c4..e677b579ba55 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
}