summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2008-08-27 13:30:13 +0000
committerUlrich Müller <ulm@gentoo.org>2008-08-27 13:30:13 +0000
commitf60ae88d67753b3531b94e43c3d6b5ff3f2aad7d (patch)
treea9177d50f06bef3c8844fb24e1bdb18a785734ec /app-emacs
parentAutomated update of use.local.desc (diff)
downloadgentoo-2-f60ae88d67753b3531b94e43c3d6b5ff3f2aad7d.tar.gz
gentoo-2-f60ae88d67753b3531b94e43c3d6b5ff3f2aad7d.tar.bz2
gentoo-2-f60ae88d67753b3531b94e43c3d6b5ff3f2aad7d.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')
-rw-r--r--app-emacs/ocaml-mode/ChangeLog5
-rw-r--r--app-emacs/ocaml-mode/ocaml-mode-3.10.2.ebuild6
2 files changed, 5 insertions, 6 deletions
diff --git a/app-emacs/ocaml-mode/ChangeLog b/app-emacs/ocaml-mode/ChangeLog
index 126ce1639fa5..c1794cbdd2a7 100644
--- a/app-emacs/ocaml-mode/ChangeLog
+++ b/app-emacs/ocaml-mode/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emacs/ocaml-mode
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/ocaml-mode/ChangeLog,v 1.35 2008/07/04 03:57:44 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/ocaml-mode/ChangeLog,v 1.36 2008/08/27 13:30:13 ulm Exp $
+
+ 27 Aug 2008; Ulrich Mueller <ulm@gentoo.org> ocaml-mode-3.10.2.ebuild:
+ Use eclass default instead of elisp-comp, bug 235442.
04 Jul 2008; Ulrich Mueller <ulm@gentoo.org> -ocaml-mode-3.09.3-r1.ebuild:
Remove old.
diff --git a/app-emacs/ocaml-mode/ocaml-mode-3.10.2.ebuild b/app-emacs/ocaml-mode/ocaml-mode-3.10.2.ebuild
index 7223b928a18f..422f1d9970a3 100644
--- a/app-emacs/ocaml-mode/ocaml-mode-3.10.2.ebuild
+++ b/app-emacs/ocaml-mode/ocaml-mode-3.10.2.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/ocaml-mode/ocaml-mode-3.10.2.ebuild,v 1.6 2008/07/04 02:42:37 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/ocaml-mode/ocaml-mode-3.10.2.ebuild,v 1.7 2008/08/27 13:30:13 ulm Exp $
inherit elisp
@@ -18,7 +18,3 @@ IUSE=""
S="${WORKDIR}/${MY_P}/emacs"
SITEFILE=50${PN}-gentoo.el
DOCS="README README.itz"
-
-src_compile() {
- elisp-comp *.el || die "elisp-comp failed"
-}