diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-08-27 13:37:39 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-08-27 13:37:39 +0000 |
commit | c318b0a85f60fd0eee96386b29e7a9ddc32daa3a (patch) | |
tree | 86715a20505691c0581c47e11d590128003702a0 /app-emacs/ocaml-mode | |
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/ocaml-mode')
-rw-r--r-- | app-emacs/ocaml-mode/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/ocaml-mode/ocaml-mode-3.10.2.ebuild | 6 |
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" -} |