diff options
Diffstat (limited to 'dev-vcs/git/git-1.7.3.2-r1.ebuild')
-rw-r--r-- | dev-vcs/git/git-1.7.3.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/git/git-1.7.3.2-r1.ebuild b/dev-vcs/git/git-1.7.3.2-r1.ebuild index d12560a5729e..7086e3d0cabc 100644 --- a/dev-vcs/git/git-1.7.3.2-r1.ebuild +++ b/dev-vcs/git/git-1.7.3.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.3.2-r1.ebuild,v 1.5 2010/12/26 22:40:40 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.3.2-r1.ebuild,v 1.6 2010/12/28 17:35:53 mr_bones_ Exp $ EAPI=3 @@ -195,7 +195,7 @@ src_prepare() { # USE=-iconv causes segfaults, fixed post 1.7.1 # Gentoo bug #321895 #epatch "${FILESDIR}"/git-1.7.1-noiconv-segfault-fix.patch - + # Fix false positives with t3404 due to SHELL=/bin/false for the portage # user. epatch "${FILESDIR}"/git-1.7.3.4-avoid-shell-issues.patch |