diff options
author | 2008-08-27 07:24:52 +0000 | |
---|---|---|
committer | 2008-08-27 07:24:52 +0000 | |
commit | 42ba16b87902568a97f3178b8649d5e371016740 (patch) | |
tree | 5800bb31b74c0c3cf56d89f046cd0c8885bdd0ca /app-emacs/gnuserv/gnuserv-3.12.8.ebuild | |
parent | Use eclass default instead of elisp-comp, bug 235442. (diff) | |
download | gentoo-2-42ba16b87902568a97f3178b8649d5e371016740.tar.gz gentoo-2-42ba16b87902568a97f3178b8649d5e371016740.tar.bz2 gentoo-2-42ba16b87902568a97f3178b8649d5e371016740.zip |
Use eclass default instead of elisp-comp, bug 235442. Remove old.
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 i686)
Diffstat (limited to 'app-emacs/gnuserv/gnuserv-3.12.8.ebuild')
-rw-r--r-- | app-emacs/gnuserv/gnuserv-3.12.8.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/app-emacs/gnuserv/gnuserv-3.12.8.ebuild b/app-emacs/gnuserv/gnuserv-3.12.8.ebuild index 32ec2d020a08..f22d0276683a 100644 --- a/app-emacs/gnuserv/gnuserv-3.12.8.ebuild +++ b/app-emacs/gnuserv/gnuserv-3.12.8.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/gnuserv/gnuserv-3.12.8.ebuild,v 1.2 2007/12/01 11:23:28 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnuserv/gnuserv-3.12.8.ebuild,v 1.3 2008/08/27 07:24:51 ulm Exp $ inherit elisp eutils @@ -23,7 +23,3 @@ src_unpack() { cd "${S}" epatch "${FILESDIR}/gnuserv-3.12.7-path-xemacs.patch" } - -src_compile() { - elisp-comp *.el || die "elisp-comp failed" -} |