summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2008-08-27 13:26:37 +0000
committerUlrich Müller <ulm@gentoo.org>2008-08-27 13:26:37 +0000
commit8566634cc92c2e322dada63a341e3679f2c1bf09 (patch)
treedeea94918512541b5451da20974ab6efa8d306ce /app-emacs/matlab
parentUse eclass default instead of elisp-comp, bug 235442. (diff)
downloadgentoo-2-8566634cc92c2e322dada63a341e3679f2c1bf09.tar.gz
gentoo-2-8566634cc92c2e322dada63a341e3679f2c1bf09.tar.bz2
gentoo-2-8566634cc92c2e322dada63a341e3679f2c1bf09.zip
Use eclass default instead of elisp-comp, bug 235442.
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 i686)
Diffstat (limited to 'app-emacs/matlab')
-rw-r--r--app-emacs/matlab/ChangeLog6
-rw-r--r--app-emacs/matlab/matlab-3.1.0_pre20070306.ebuild6
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"
-}