diff options
author | Ulrich Müller <ulm@gentoo.org> | 2007-04-17 07:08:25 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2007-04-17 07:08:25 +0000 |
commit | e72462a781499b22790729e5f402c39b4cc80cf2 (patch) | |
tree | 5056e178b4f382be6a1e2d3c3b921f89715bd583 /app-emacs/tnt/tnt-2.6-r1.ebuild | |
parent | Use elisp-comp for compilation, #174868. (diff) | |
download | gentoo-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/tnt/tnt-2.6-r1.ebuild')
-rw-r--r-- | app-emacs/tnt/tnt-2.6-r1.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
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" } |