diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-08-04 19:16:17 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-08-04 19:16:17 +0000 |
commit | 340aed0adfb4fdf1badef9152e0c6ca80270fce9 (patch) | |
tree | 89c468f222e60996648d6f81f940d8cd8bbe061a /dev-lisp | |
parent | Added ppc64 support and altivec support (diff) | |
download | historical-340aed0adfb4fdf1badef9152e0c6ca80270fce9.tar.gz historical-340aed0adfb4fdf1badef9152e0c6ca80270fce9.tar.bz2 historical-340aed0adfb4fdf1badef9152e0c6ca80270fce9.zip |
fix !flag? in dependencies
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/cl-tbnl/Manifest | 12 | ||||
-rw-r--r-- | dev-lisp/cl-tbnl/cl-tbnl-0.5.5.ebuild | 4 |
2 files changed, 8 insertions, 8 deletions
diff --git a/dev-lisp/cl-tbnl/Manifest b/dev-lisp/cl-tbnl/Manifest index e1fed9ea7a60..5179c25d0ddb 100644 --- a/dev-lisp/cl-tbnl/Manifest +++ b/dev-lisp/cl-tbnl/Manifest @@ -2,13 +2,13 @@ Hash: SHA1 MD5 1be6e7b0d70e74a912e46d5827c91529 ChangeLog 2082 -MD5 3ff22947fb46e59d9ef03afec33ca574 cl-tbnl-0.5.5.ebuild 980 -MD5 a2199253dbe57d398c785af8f7744485 metadata.xml 804 +MD5 258968ea5d81dab60459589a0c74f7c2 cl-tbnl-0.5.5.ebuild 981 MD5 770ff213761e5b28c044713bba701d2a files/digest-cl-tbnl-0.5.5 66 +MD5 a2199253dbe57d398c785af8f7744485 metadata.xml 804 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) +Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFC8luHyiNZaEAZA+ARAutFAJ0Sme3W8r/UCxd/RSKUqWre8mYFIwCfVxix -Mj+TI8Jb0pYnHjqmJ6rsats= -=vHlQ +iD8DBQFC8mmgI1lqEGTUzyQRArQ/AJ0YOa1IVD336+aJge0B4KqIA4YuDQCdG8ni +Fvh1vKRuF5BMvPEOFySOOTQ= +=VAbD -----END PGP SIGNATURE----- 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} |