summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2005-06-26 04:01:02 +0000
committerDaniel Black <dragonheart@gentoo.org>2005-06-26 04:01:02 +0000
commitb33e1764b17c4e41362390e11a69c0c0dd37947e (patch)
tree3fdf1493a38486dc0cebab144da0499983bbe2f2 /dev-libs/xapian
parentamd64 stable (diff)
downloadgentoo-2-b33e1764b17c4e41362390e11a69c0c0dd37947e.tar.gz
gentoo-2-b33e1764b17c4e41362390e11a69c0c0dd37947e.tar.bz2
gentoo-2-b33e1764b17c4e41362390e11a69c0c0dd37947e.zip
small condition change
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-libs/xapian')
-rw-r--r--dev-libs/xapian/xapian-0.9.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/xapian/xapian-0.9.1.ebuild b/dev-libs/xapian/xapian-0.9.1.ebuild
index 62a4063b31e1..c6858b7a0e53 100644
--- a/dev-libs/xapian/xapian-0.9.1.ebuild
+++ b/dev-libs/xapian/xapian-0.9.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/xapian-0.9.1.ebuild,v 1.2 2005/06/26 03:52:21 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/xapian-0.9.1.ebuild,v 1.3 2005/06/26 04:01:02 dragonheart Exp $
IUSE=""
@@ -22,7 +22,7 @@ DEPEND="virtual/libc
RDEPEND="virtual/libc"
src_test() {
- if has_version '~dev-util/valgrind-2.2.0';
+ if has_version '<=dev-util/valgrind-2.3.0';
then
#valgrind-2.2 caused errors here.
make check VALGRIND= || die "check failed"