diff options
author | George Shapovalov <george@gentoo.org> | 2003-07-22 04:47:33 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2003-07-22 04:47:33 +0000 |
commit | db9328bc5906176a6456796ac59182dd0e7e6c38 (patch) | |
tree | 560185e64b76d5c5b4f90bcfc4ec2e8f0b3c650e /eclass/common-lisp.eclass | |
parent | initial ebuild (diff) | |
download | historical-db9328bc5906176a6456796ac59182dd0e7e6c38.tar.gz historical-db9328bc5906176a6456796ac59182dd0e7e6c38.tar.bz2 historical-db9328bc5906176a6456796ac59182dd0e7e6c38.zip |
fixed DEPEND= definition
Diffstat (limited to 'eclass/common-lisp.eclass')
-rw-r--r-- | eclass/common-lisp.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/common-lisp.eclass b/eclass/common-lisp.eclass index 6860588d1791..0bcba9902e4b 100644 --- a/eclass/common-lisp.eclass +++ b/eclass/common-lisp.eclass @@ -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/eclass/common-lisp.eclass,v 1.2 2003/06/08 00:24:48 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/common-lisp.eclass,v 1.3 2003/07/22 04:47:33 george Exp $ # # Author Matthew Kennedy <mkennedy@gentoo.org> # @@ -11,7 +11,7 @@ ECLASS=common-lisp INHERITED="$INHERITED $ECLASS" CLPACKAGE= -DEPEND="dev-lisp/common-lisp-controller" +newdepend "dev-lisp/common-lisp-controller" pkg_postinst() { /usr/sbin/register-common-lisp-source $CLPACKAGE |