diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-11 05:46:09 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-11 05:46:09 +0000 |
commit | 126a654a7e1d1120b55e2afc39aba7d97ac5f9fb (patch) | |
tree | 886da062fc7049d423b0dcaf9d450a3e883e6e55 /eclass/common-lisp.eclass | |
parent | version bump (bug #43921) (Manifest recommit) (diff) | |
download | gentoo-2-126a654a7e1d1120b55e2afc39aba7d97ac5f9fb.tar.gz gentoo-2-126a654a7e1d1120b55e2afc39aba7d97ac5f9fb.tar.bz2 gentoo-2-126a654a7e1d1120b55e2afc39aba7d97ac5f9fb.zip |
Apply patch from bug #25013 to replace calls to newdepend and newrdepend
with variable setting (DEPEND=, RDEPEND=).
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 5ecb71e12b6a..259d3d8fce6a 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.6 2004/03/09 17:52:56 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/common-lisp.eclass,v 1.7 2004/04/11 05:46:09 mr_bones_ Exp $ # # Author Matthew Kennedy <mkennedy@gentoo.org> # @@ -12,7 +12,7 @@ ECLASS=common-lisp INHERITED="$INHERITED $ECLASS" CLPACKAGE= -newdepend "dev-lisp/common-lisp-controller" +DEPEND="dev-lisp/common-lisp-controller" common-lisp_pkg_postinst() { if [ -z "${CLPACKAGE}" ]; then |