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 | 2fa148f1cb60295d59ce808896f3b047e53e2d63 (patch) | |
tree | 4bb4bec0aaf21b543f10d5467ac2a05681da175a /eclass | |
parent | initial ebuild (diff) | |
download | gentoo-2-2fa148f1cb60295d59ce808896f3b047e53e2d63.tar.gz gentoo-2-2fa148f1cb60295d59ce808896f3b047e53e2d63.tar.bz2 gentoo-2-2fa148f1cb60295d59ce808896f3b047e53e2d63.zip |
fixed DEPEND= definition
Diffstat (limited to '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 |