summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Shapovalov <george@gentoo.org>2003-07-22 05:06:33 +0000
committerGeorge Shapovalov <george@gentoo.org>2003-07-22 05:06:33 +0000
commite7014ecce5edc4c1c3c2bb143a1a7bf1de88088e (patch)
tree24c5c36817d6e1f50b5665b8b04afc5e8a267074 /eclass/elisp.eclass
parentadded metadata.xml for everything in the net-mail herd (diff)
downloadhistorical-e7014ecce5edc4c1c3c2bb143a1a7bf1de88088e.tar.gz
historical-e7014ecce5edc4c1c3c2bb143a1a7bf1de88088e.tar.bz2
historical-e7014ecce5edc4c1c3c2bb143a1a7bf1de88088e.zip
fixed DEPEND in elisp
Diffstat (limited to 'eclass/elisp.eclass')
-rw-r--r--eclass/elisp.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/elisp.eclass b/eclass/elisp.eclass
index 5cf3ea84d301..f1807cab8afd 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.5 2003/05/23 06:06:19 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/elisp.eclass,v 1.6 2003/07/22 05:06:33 george 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}/"
-DEPEND="virtual/emacs"
+newdepend "virtual/emacs"
IUSE=""
src_unpack() {