diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2003-09-20 22:27:08 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2003-09-20 22:27:08 +0000 |
commit | 2fbf5d1245d345e84f790e12108cbd011baa14d1 (patch) | |
tree | 6835764cb795b92627fe2038d924da276f27ada4 /eclass/elisp.eclass | |
parent | rpm.eclass usage - fixes bug 23180 (diff) | |
download | gentoo-2-2fbf5d1245d345e84f790e12108cbd011baa14d1.tar.gz gentoo-2-2fbf5d1245d345e84f790e12108cbd011baa14d1.tar.bz2 gentoo-2-2fbf5d1245d345e84f790e12108cbd011baa14d1.zip |
removed default depend
Diffstat (limited to 'eclass/elisp.eclass')
-rw-r--r-- | eclass/elisp.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/elisp.eclass b/eclass/elisp.eclass index f1807cab8afd..e16d219d2c46 100644 --- a/eclass/elisp.eclass +++ b/eclass/elisp.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/elisp.eclass,v 1.6 2003/07/22 05:06:33 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/elisp.eclass,v 1.7 2003/09/20 22:27:08 mkennedy Exp $ # # Author Matthew Kennedy <mkennedy@gentoo.org> # @@ -56,7 +56,7 @@ EOF SRC_URI="http://cvs.gentoo.org/~mkennedy/app-emacs/${P}.el.bz2" S="${WORKDIR}/" -newdepend "virtual/emacs" +# newdepend "virtual/emacs" IUSE="" src_unpack() { |