summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2008-08-30 01:18:26 +0000
committerDaniel Black <dragonheart@gentoo.org>2008-08-30 01:18:26 +0000
commit44839aee4718d79c5932765563ec49fa3f882ec6 (patch)
treec22d54cb8056dd234af515736833d85251efb65c /dev-util/monotone/monotone-0.40.ebuild
parentVersion bump (diff)
downloadgentoo-2-44839aee4718d79c5932765563ec49fa3f882ec6.tar.gz
gentoo-2-44839aee4718d79c5932765563ec49fa3f882ec6.tar.bz2
gentoo-2-44839aee4718d79c5932765563ec49fa3f882ec6.zip
depricating elist-comp as per bug #235879. thanks Ulrich for the patch
(Portage version: 2.2_rc8/cvs/Linux 2.6.22-vs2.2.0.7-gentoo x86_64)
Diffstat (limited to 'dev-util/monotone/monotone-0.40.ebuild')
-rw-r--r--dev-util/monotone/monotone-0.40.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/monotone/monotone-0.40.ebuild b/dev-util/monotone/monotone-0.40.ebuild
index e1cde96b7e49..d5c934d9a060 100644
--- a/dev-util/monotone/monotone-0.40.ebuild
+++ b/dev-util/monotone/monotone-0.40.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/monotone/monotone-0.40.ebuild,v 1.1 2008/05/03 00:34:14 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/monotone/monotone-0.40.ebuild,v 1.2 2008/08/30 01:18:26 dragonheart Exp $
inherit elisp-common flag-o-matic bash-completion eutils
@@ -53,7 +53,7 @@ src_compile() {
if use emacs; then
cd contrib
- elisp-comp *.el || die "elisp-comp failed"
+ elisp-compile *.el || die "elisp-compile failed"
fi
}