projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91050f6
)
Fix gir to match dependencies, see bug 557086.
author
Mike Auty
<ikelos@gentoo.org>
Sat, 29 Aug 2015 17:19:33 +0000
(18:19 +0100)
committer
Mike Auty
<ikelos@gentoo.org>
Sat, 29 Aug 2015 17:19:33 +0000
(18:19 +0100)
Package-Manager: portage-2.2.20.1
dev-vcs/gitg/gitg-3.16.1.ebuild
patch
|
blob
|
history
diff --git
a/dev-vcs/gitg/gitg-3.16.1.ebuild
b/dev-vcs/gitg/gitg-3.16.1.ebuild
index 114af723c3c4921e2dee187e591f640cb34ab4e9..e677b579ba55bbd5faef36574cd365c53c9ebad5 100644
(file)
--- 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
}