diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-03-06 07:00:33 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-03-06 07:00:33 +0000 |
commit | b95dfa74add2621087840f6e9cfc3faeed96bd5d (patch) | |
tree | a8520a17e6ec30136c2796cf548c43cd4ce5b3ad /dev-util/git | |
parent | Version bump per bug #261241. Also fix bugs #256964, #238586. EAPI2 now in use. (diff) | |
download | gentoo-2-b95dfa74add2621087840f6e9cfc3faeed96bd5d.tar.gz gentoo-2-b95dfa74add2621087840f6e9cfc3faeed96bd5d.tar.bz2 gentoo-2-b95dfa74add2621087840f6e9cfc3faeed96bd5d.zip |
Fix whitespace.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/git')
-rw-r--r-- | dev-util/git/git-1.6.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/git/git-1.6.2.ebuild b/dev-util/git/git-1.6.2.ebuild index 80d8d1aeeff3..414bdcb1bd5e 100644 --- a/dev-util/git/git-1.6.2.ebuild +++ b/dev-util/git/git-1.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-1.6.2.ebuild,v 1.1 2009/03/06 06:59:03 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-1.6.2.ebuild,v 1.2 2009/03/06 07:00:33 robbat2 Exp $ EAPI=2 @@ -121,7 +121,7 @@ git_emake() { "$@" } -src_configure() { +src_configure() { exportmakeopts } |