summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2007-04-17 07:08:25 +0000
committerUlrich Müller <ulm@gentoo.org>2007-04-17 07:08:25 +0000
commite72462a781499b22790729e5f402c39b4cc80cf2 (patch)
tree5056e178b4f382be6a1e2d3c3b921f89715bd583 /app-emacs
parentUse elisp-comp for compilation, #174868. (diff)
downloadgentoo-2-e72462a781499b22790729e5f402c39b4cc80cf2.tar.gz
gentoo-2-e72462a781499b22790729e5f402c39b4cc80cf2.tar.bz2
gentoo-2-e72462a781499b22790729e5f402c39b4cc80cf2.zip
DEPEND removed; it is inherited from elisp.eclass.
(Portage version: 2.1.2.4)
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/tnt/ChangeLog5
-rw-r--r--app-emacs/tnt/tnt-2.6-r1.ebuild4
2 files changed, 5 insertions, 4 deletions
diff --git a/app-emacs/tnt/ChangeLog b/app-emacs/tnt/ChangeLog
index e1816afa9640..e6712636ea66 100644
--- a/app-emacs/tnt/ChangeLog
+++ b/app-emacs/tnt/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emacs/tnt
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/tnt/ChangeLog,v 1.9 2007/04/17 06:51:52 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/tnt/ChangeLog,v 1.10 2007/04/17 07:08:25 ulm Exp $
+
+ 17 Apr 2007; Ulrich Mueller <ulm@gentoo.org> tnt-2.6-r1.ebuild:
+ Removed DEPEND since virtual/emacs should be inherited from elisp.eclass.
*tnt-2.6-r1 (17 Apr 2007)
diff --git a/app-emacs/tnt/tnt-2.6-r1.ebuild b/app-emacs/tnt/tnt-2.6-r1.ebuild
index f35d165ec432..02110aff93f5 100644
--- a/app-emacs/tnt/tnt-2.6-r1.ebuild
+++ b/app-emacs/tnt/tnt-2.6-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/tnt/tnt-2.6-r1.ebuild,v 1.1 2007/04/17 06:51:52 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/tnt/tnt-2.6-r1.ebuild,v 1.2 2007/04/17 07:08:25 ulm Exp $
inherit elisp
@@ -15,8 +15,6 @@ IUSE=""
SITEFILE=51${PN}-gentoo.el
-DEPEND=""
-
src_compile() {
elisp-comp *.el || die "elisp-comp failed"
}