diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-08-27 07:14:56 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-08-27 07:14:56 +0000 |
commit | 04cd4d85b92c9c38c2e81b0e215b17e7b03493c7 (patch) | |
tree | d46cb4f59a7ce9ed984e8e79f1f505a3cf304af6 /app-emacs/fff | |
parent | Sync eclasses from Emacs overlay (revision 1137). (diff) | |
download | gentoo-2-04cd4d85b92c9c38c2e81b0e215b17e7b03493c7.tar.gz gentoo-2-04cd4d85b92c9c38c2e81b0e215b17e7b03493c7.tar.bz2 gentoo-2-04cd4d85b92c9c38c2e81b0e215b17e7b03493c7.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/fff')
-rw-r--r-- | app-emacs/fff/ChangeLog | 7 | ||||
-rw-r--r-- | app-emacs/fff/fff-20050517.ebuild | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/app-emacs/fff/ChangeLog b/app-emacs/fff/ChangeLog index 971c1c8849f1..69d61391f7be 100644 --- a/app-emacs/fff/ChangeLog +++ b/app-emacs/fff/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/fff -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/fff/ChangeLog,v 1.3 2007/11/22 07:33:12 opfer Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/fff/ChangeLog,v 1.4 2008/08/27 07:14:56 ulm Exp $ + + 27 Aug 2008; Ulrich Mueller <ulm@gentoo.org> fff-20050517.ebuild: + Use eclass default instead of elisp-comp, bug 235442. 22 Nov 2007; Christian Faulhammer <opfer@gentoo.org> fff-20050517.ebuild: stable x86/amd64 diff --git a/app-emacs/fff/fff-20050517.ebuild b/app-emacs/fff/fff-20050517.ebuild index c7b48ad9fd1f..d262537a9cea 100644 --- a/app-emacs/fff/fff-20050517.ebuild +++ b/app-emacs/fff/fff-20050517.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/fff/fff-20050517.ebuild,v 1.3 2007/11/22 07:33:12 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/fff/fff-20050517.ebuild,v 1.4 2008/08/27 07:14:56 ulm Exp $ inherit elisp @@ -20,7 +20,3 @@ RDEPEND="|| ( )" SITEFILE=50${PN}-gentoo.el - -src_compile() { - elisp-comp *.el || die "elisp-comp failed" -} |