summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2009-04-05 00:04:16 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2009-04-05 00:04:16 +0000
commit1bc8092bd0f3fb74955a08f16b4b8aae6ab42926 (patch)
tree19a283bfb15513525e78e3920a379eb5567c4c75 /dev-util
parentFix bug 264566, nunit-console2 not using the 2.0 runtime. Thanks to Mike Mazu... (diff)
downloadgentoo-2-1bc8092bd0f3fb74955a08f16b4b8aae6ab42926.tar.gz
gentoo-2-1bc8092bd0f3fb74955a08f16b4b8aae6ab42926.tar.bz2
gentoo-2-1bc8092bd0f3fb74955a08f16b4b8aae6ab42926.zip
Refix bug #237210, missed a part.
(Portage version: 2.2_rc27/cvs/Linux x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/git/ChangeLog5
-rw-r--r--dev-util/git/git-1.6.2.2-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/git/ChangeLog b/dev-util/git/ChangeLog
index 45b6245d22fd..7a10eafafa8a 100644
--- a/dev-util/git/ChangeLog
+++ b/dev-util/git/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/git
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.327 2009/04/03 09:02:18 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.328 2009/04/05 00:04:16 robbat2 Exp $
+
+ 05 Apr 2009; Robin H. Johnson <robbat2@gentoo.org> git-1.6.2.2-r1.ebuild:
+ Refix bug #237210, missed a part.
*git-9999 (03 Apr 2009)
*git-1.6.2.2-r1 (03 Apr 2009)
diff --git a/dev-util/git/git-1.6.2.2-r1.ebuild b/dev-util/git/git-1.6.2.2-r1.ebuild
index 2d88b0ca7e96..736f50834645 100644
--- a/dev-util/git/git-1.6.2.2-r1.ebuild
+++ b/dev-util/git/git-1.6.2.2-r1.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.2-r1.ebuild,v 1.2 2009/04/03 15:23:32 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-1.6.2.2-r1.ebuild,v 1.3 2009/04/05 00:04:16 robbat2 Exp $
EAPI=2
@@ -160,7 +160,7 @@ src_compile() {
git_emake || die "emake failed"
if use emacs ; then
- elisp-compile contrib/emacs/git.el \
+ elisp-compile contrib/emacs/git{,-blame}.el \
|| die "emacs modules failed"
fi