diff options
author | Markus Duft <mduft@gentoo.org> | 2011-07-13 07:03:15 +0000 |
---|---|---|
committer | Markus Duft <mduft@gentoo.org> | 2011-07-13 07:03:15 +0000 |
commit | 388ecd96987fd97d52abb9db5a836ad60df13b03 (patch) | |
tree | 1dd0d8bf80e551a6f87f0536db3f73a53eb52bfb /dev-vcs/git/git-1.7.6.ebuild | |
parent | Add mysql v2 eclass ready for newer mysql 5.1, and supporting mysql/mariadb 5... (diff) | |
download | gentoo-2-388ecd96987fd97d52abb9db5a836ad60df13b03.tar.gz gentoo-2-388ecd96987fd97d52abb9db5a836ad60df13b03.tar.bz2 gentoo-2-388ecd96987fd97d52abb9db5a836ad60df13b03.zip |
re-added interix prefix specific patch, as some things didnt make it into the current release.
(Portage version: 2.1.10.3/cvs/Linux i686)
Diffstat (limited to 'dev-vcs/git/git-1.7.6.ebuild')
-rw-r--r-- | dev-vcs/git/git-1.7.6.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-vcs/git/git-1.7.6.ebuild b/dev-vcs/git/git-1.7.6.ebuild index f1c4de6e2cfe..9ad3457529d7 100644 --- a/dev-vcs/git/git-1.7.6.ebuild +++ b/dev-vcs/git/git-1.7.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.6.ebuild,v 1.1 2011/06/27 19:56:45 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.6.ebuild,v 1.2 2011/07/13 07:03:15 mduft Exp $ EAPI=3 @@ -246,6 +246,8 @@ src_prepare() { # merged upstream #epatch "${FILESDIR}"/git-1.7.5-interix.patch + # but only one of two hunks made it into the release ... :( + epatch "${FILESDIR}"/git-1.7.6-interix.patch } git_emake() { |