summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2003-07-12 23:19:41 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2003-07-12 23:19:41 +0000
commit31c21242708d9c734aea7147f61e491becbdcfa8 (patch)
treebfa737aa00189c0b40ee0ce8ee28506772510df8
parentversion bump (diff)
downloadhistorical-31c21242708d9c734aea7147f61e491becbdcfa8.tar.gz
historical-31c21242708d9c734aea7147f61e491becbdcfa8.tar.bz2
historical-31c21242708d9c734aea7147f61e491becbdcfa8.zip
repoman fixes
-rw-r--r--dev-util/calltree/calltree-0.2.95.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/calltree/calltree-0.2.95.ebuild b/dev-util/calltree/calltree-0.2.95.ebuild
index 104e70b9bf2d..aa233f874673 100644
--- a/dev-util/calltree/calltree-0.2.95.ebuild
+++ b/dev-util/calltree/calltree-0.2.95.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/calltree/calltree-0.2.95.ebuild,v 1.2 2003/06/17 13:26:33 pauldv Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/calltree/calltree-0.2.95.ebuild,v 1.3 2003/07/12 23:19:41 aliz Exp $
DESCRIPTION="A plugin for cachegrind that adds call-graph profiling"
HOMEPAGE="http://kcachegrind.sourceforge.net/"
@@ -9,7 +9,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
-DEPEND="=dev-util/valgrind-1.9.5*"
+DEPEND=">=dev-util/valgrind-1.9.4"
src_compile() {
econf || die
emake || die