diff options
Diffstat (limited to 'app-emacs/icicles/icicles-20071205.ebuild')
-rw-r--r-- | app-emacs/icicles/icicles-20071205.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
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" -} |