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/icicles | |
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/icicles')
-rw-r--r-- | app-emacs/icicles/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/icicles/icicles-20071205.ebuild | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/app-emacs/icicles/ChangeLog b/app-emacs/icicles/ChangeLog index 3418445e1899..6ec0fbe5703f 100644 --- a/app-emacs/icicles/ChangeLog +++ b/app-emacs/icicles/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/icicles # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/icicles/ChangeLog,v 1.1 2008/01/23 10:13:13 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/icicles/ChangeLog,v 1.2 2008/08/27 13:19:41 ulm Exp $ + + 27 Aug 2008; Ulrich Mueller <ulm@gentoo.org> icicles-20071205.ebuild: + Use eclass default instead of elisp-comp, bug 235442. *icicles-20071205 (23 Jan 2008) diff --git a/app-emacs/icicles/icicles-20071205.ebuild b/app-emacs/icicles/icicles-20071205.ebuild index 5125553cf0ad..f758cf32992c 100644 --- a/app-emacs/icicles/icicles-20071205.ebuild +++ b/app-emacs/icicles/icicles-20071205.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/icicles/icicles-20071205.ebuild,v 1.1 2008/01/23 10:13:13 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/icicles/icicles-20071205.ebuild,v 1.2 2008/08/27 13:19:41 ulm Exp $ inherit elisp eutils @@ -23,7 +23,3 @@ src_unpack() { unpack ${A} epatch "${FILESDIR}/${PN}-byte-compile-without-x.patch" } - -src_compile() { - elisp-comp *.el || die "elisp-comp failed" -} |