There are some interesting patches that users might want to apply without messing with overlays, including https://github.com/git/git/commit/2af2ef3c85612946cac3f16143b4875c9f31c4d2 --- dev-vcs/git/git-1.8.5.2.ebuild +++ dev-vcs/git/git-1.8.5.2.ebuild @@ -234,6 +234,8 @@ # hack, needs better upstream solution epatch "${FILESDIR}"/git-1.8.5-mw-vendor.patch + epatch_user + sed -i \ -e 's:^\(CFLAGS[[:space:]]*=\).*$:\1 $(OPTCFLAGS) -Wall:' \ -e 's:^\(LDFLAGS[[:space:]]*=\).*$:\1 $(OPTLDFLAGS):' \
ping
will fix this in 2 weeks unless someone has objections
+ 04 Feb 2014; Lars Wendler <polynomial-c@gentoo.org> git-1.8.1.5.ebuild, + git-1.8.1.5-r1.ebuild, git-1.8.2.1.ebuild, git-1.8.4.5.ebuild, + -git-1.8.5.2.ebuild, git-1.8.5.3.ebuild, git-9999.ebuild, + -files/git-1.7.12-git-svn-backport.patch, +files/git-daemon-r1.initd: + Added rewritten init script which no longer contains "need net" (bug + #490446). Added epatch_user (bug #497292). Added www-servers/nginx to the + list of server who work with git-instaweb (bug #491862). Removed reference to + no longer needed patch in remaining ebuilds. Removed old files and ebuilds. +