summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-08-04 19:16:17 +0000
committerSven Wegener <swegener@gentoo.org>2005-08-04 19:16:17 +0000
commita77a3d7c00998568fd05744df566e2b80091c307 (patch)
treea4651f36199ae143cf00ccb8660fe2c67a7ca6e5 /dev-lisp
parentAdded ppc64 support and altivec support (diff)
downloadgentoo-2-a77a3d7c00998568fd05744df566e2b80091c307.tar.gz
gentoo-2-a77a3d7c00998568fd05744df566e2b80091c307.tar.bz2
gentoo-2-a77a3d7c00998568fd05744df566e2b80091c307.zip
fix !flag? in dependencies
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-lisp')
-rw-r--r--dev-lisp/cl-tbnl/cl-tbnl-0.5.5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lisp/cl-tbnl/cl-tbnl-0.5.5.ebuild b/dev-lisp/cl-tbnl/cl-tbnl-0.5.5.ebuild
index 3f024e01695f..5c865c9cc970 100644
--- a/dev-lisp/cl-tbnl/cl-tbnl-0.5.5.ebuild
+++ b/dev-lisp/cl-tbnl/cl-tbnl-0.5.5.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-lisp/cl-tbnl/cl-tbnl-0.5.5.ebuild,v 1.4 2005/08/04 17:41:36 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-tbnl/cl-tbnl-0.5.5.ebuild,v 1.5 2005/08/04 19:16:17 swegener Exp $
inherit common-lisp
@@ -23,7 +23,7 @@ DEPEND="dev-lisp/cl-kmrcl
# apache2? ( www-apache/mod_lisp2 ) !apache2? ( www-apache/mod_lisp )"
RDEPEND="${DEPEND}
- !standalone ( www-apache/mod_lisp )"
+ !standalone? ( www-apache/mod_lisp )"
S=${WORKDIR}/tbnl-${PV}