diff options
author | 2008-08-27 13:37:39 +0000 | |
---|---|---|
committer | 2008-08-27 13:37:39 +0000 | |
commit | c318b0a85f60fd0eee96386b29e7a9ddc32daa3a (patch) | |
tree | 86715a20505691c0581c47e11d590128003702a0 /app-emacs/matlab | |
parent | Automated update of use.local.desc (diff) | |
download | historical-c318b0a85f60fd0eee96386b29e7a9ddc32daa3a.tar.gz historical-c318b0a85f60fd0eee96386b29e7a9ddc32daa3a.tar.bz2 historical-c318b0a85f60fd0eee96386b29e7a9ddc32daa3a.zip |
Use eclass default instead of elisp-comp, bug 235442.
Package-Manager: portage-2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 i686
Diffstat (limited to 'app-emacs/matlab')
-rw-r--r-- | app-emacs/matlab/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/matlab/matlab-3.1.0_pre20070306.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/app-emacs/matlab/ChangeLog b/app-emacs/matlab/ChangeLog index e628dcf8906d..556242e8cd4e 100644 --- a/app-emacs/matlab/ChangeLog +++ b/app-emacs/matlab/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/matlab # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/matlab/ChangeLog,v 1.16 2008/01/23 10:19:36 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/matlab/ChangeLog,v 1.17 2008/08/27 13:26:37 ulm Exp $ + + 27 Aug 2008; Ulrich Mueller <ulm@gentoo.org> + matlab-3.1.0_pre20070306.ebuild: + Use eclass default instead of elisp-comp, bug 235442. 23 Jan 2008; Raúl Porcel <armin76@gentoo.org> matlab-3.1.0_pre20070306.ebuild: diff --git a/app-emacs/matlab/matlab-3.1.0_pre20070306.ebuild b/app-emacs/matlab/matlab-3.1.0_pre20070306.ebuild index ef5c78fb7f6b..10f1b1a51218 100644 --- a/app-emacs/matlab/matlab-3.1.0_pre20070306.ebuild +++ b/app-emacs/matlab/matlab-3.1.0_pre20070306.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/matlab/matlab-3.1.0_pre20070306.ebuild,v 1.4 2008/01/23 10:19:36 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/matlab/matlab-3.1.0_pre20070306.ebuild,v 1.5 2008/08/27 13:26:37 ulm Exp $ inherit elisp @@ -20,7 +20,3 @@ SITEFILE=51${PN}-gentoo.el DOCS="README INSTALL ChangeLog*" S="${WORKDIR}/matlab-emacs" - -src_compile() { - elisp-comp *.el || die "elisp-comp failed" -} |