summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2008-06-24 03:24:55 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2008-06-24 03:24:55 +0000
commite3ce9832dba37ad8bec26e95cd5d5a08a2d850c7 (patch)
tree76fece1f0a3363586ecfd9f43b0661b52fb06a55 /dev-util
parentversion bump (diff)
downloadgentoo-2-e3ce9832dba37ad8bec26e95cd5d5a08a2d850c7.tar.gz
gentoo-2-e3ce9832dba37ad8bec26e95cd5d5a08a2d850c7.tar.bz2
gentoo-2-e3ce9832dba37ad8bec26e95cd5d5a08a2d850c7.zip
Fix bug thanks to compnerd.
(Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc4-00103-g1beee8d x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/git/ChangeLog5
-rw-r--r--dev-util/git/git-1.5.5.4.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/git/ChangeLog b/dev-util/git/ChangeLog
index b901b9727613..79ff2e1400af 100644
--- a/dev-util/git/ChangeLog
+++ b/dev-util/git/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/git
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.277 2008/06/11 16:28:35 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.278 2008/06/24 03:24:55 robbat2 Exp $
+
+ 24 Jun 2008; Robin H. Johnson <robbat2@gentoo.org> git-1.5.5.4.ebuild:
+ Fix bug thanks to compnerd.
11 Jun 2008; nixnut <nixnut@gentoo.org> git-1.5.4.5.ebuild:
Stable on ppc wrt bug 225231
diff --git a/dev-util/git/git-1.5.5.4.ebuild b/dev-util/git/git-1.5.5.4.ebuild
index ecdbe090d970..db533fe8b1be 100644
--- a/dev-util/git/git-1.5.5.4.ebuild
+++ b/dev-util/git/git-1.5.5.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-1.5.5.4.ebuild,v 1.1 2008/06/11 03:45:33 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-1.5.5.4.ebuild,v 1.2 2008/06/24 03:24:55 robbat2 Exp $
inherit toolchain-funcs eutils elisp-common perl-module bash-completion
@@ -50,7 +50,7 @@ pkg_setup() {
if ! use perl ; then
use cgi && ewarn "gitweb needs USE=perl, ignoring USE=cgi"
use cvs && ewarn "CVS integration needs USE=perl, ignoring USE=cvs"
- use subversion && "git-svn needs USE=perl, it won't work"
+ use subversion && ewarn "git-svn needs USE=perl, it won't work"
fi
if use webdav && ! use curl ; then
ewarn "USE=webdav needs USE=curl. Ignoring"