diff options
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() { |