diff options
author | Fabian Groffen <grobian@gentoo.org> | 2010-08-09 20:02:32 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2010-08-09 20:02:32 +0000 |
commit | 15fe975e6af78caa3eb9ed49836a3ec5ba7772b6 (patch) | |
tree | 775a5f266870b163820d7f5ce1362c41c95c3d06 /dev-vcs | |
parent | Remove exec bit from the init scripts (part 2: commit non-exec scripts). (diff) | |
download | gentoo-2-15fe975e6af78caa3eb9ed49836a3ec5ba7772b6.tar.gz gentoo-2-15fe975e6af78caa3eb9ed49836a3ec5ba7772b6.tar.bz2 gentoo-2-15fe975e6af78caa3eb9ed49836a3ec5ba7772b6.zip |
Change SHELL_PATH from bash to sh to resolve problems with git's shell scripts for some people, bug #331031
(Portage version: 2.2.01.15553-prefix/cvs/Darwin powerpc)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git/ChangeLog | 9 | ||||
-rw-r--r-- | dev-vcs/git/git-1.7.2-r2.ebuild (renamed from dev-vcs/git/git-1.7.2-r1.ebuild) | 4 |
2 files changed, 10 insertions, 3 deletions
diff --git a/dev-vcs/git/ChangeLog b/dev-vcs/git/ChangeLog index d734c6ffe3ad..b0f338d0913b 100644 --- a/dev-vcs/git/ChangeLog +++ b/dev-vcs/git/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-vcs/git # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.21 2010/07/31 10:17:23 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.22 2010/08/09 20:02:32 grobian Exp $ + +*git-1.7.2-r2 (09 Aug 2010) + + 09 Aug 2010; Fabian Groffen <grobian@gentoo.org> -git-1.7.2-r1.ebuild, + +git-1.7.2-r2.ebuild: + Change SHELL_PATH from bash to sh to resolve problems with git's shell + scripts for some people, bug #331031 31 Jul 2010; Fabian Groffen <grobian@gentoo.org> git-1.7.2-r1.ebuild: Fix compilation with USE=-iconv on non-glibc platforms since disabling of diff --git a/dev-vcs/git/git-1.7.2-r1.ebuild b/dev-vcs/git/git-1.7.2-r2.ebuild index eae47ee4c6a4..f73c742c5285 100644 --- a/dev-vcs/git/git-1.7.2-r1.ebuild +++ b/dev-vcs/git/git-1.7.2-r2.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.2-r1.ebuild,v 1.2 2010/07/31 10:17:23 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.2-r2.ebuild,v 1.1 2010/08/09 20:02:32 grobian Exp $ EAPI=3 @@ -116,7 +116,7 @@ exportmakeopts() { # broken assumptions, because of broken build system ... myopts="${myopts} NO_FINK=YesPlease NO_DARWIN_PORTS=YesPlease" myopts="${myopts} INSTALL=install TAR=tar" - myopts="${myopts} SHELL_PATH=${EPREFIX}/bin/bash" + myopts="${myopts} SHELL_PATH=${EPREFIX}/bin/sh" myopts="${myopts} SANE_TOOL_PATH=" myopts="${myopts} OLD_ICONV=" myopts="${myopts} NO_EXTERNAL_GREP=" |