diff options
author | Mike Auty <ikelos@gentoo.org> | 2015-08-29 18:19:33 +0100 |
---|---|---|
committer | Mike Auty <ikelos@gentoo.org> | 2015-08-29 18:19:33 +0100 |
commit | 6e84a75369ad265da2b5614e8032ae3e9a5a6f49 (patch) | |
tree | 338cc1bb77bd2da15a5b2e3d0b411a9993d0bbb7 /dev-vcs | |
parent | virtual/editor: Add neovim (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-vcs/gitg/gitg-3.16.1.ebuild | 4 |
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 } |