diff options
author | 2007-10-19 22:31:08 +0000 | |
---|---|---|
committer | 2007-10-19 22:31:08 +0000 | |
commit | 16673ec18f888f2b9eafc5d9101f0e13fdca165f (patch) | |
tree | 86721f2e7744f22892cf3b272aca2cb9feadf5e4 /app-emacs | |
parent | Bump to KDE 3.5.8. (diff) | |
download | gentoo-2-16673ec18f888f2b9eafc5d9101f0e13fdca165f.tar.gz gentoo-2-16673ec18f888f2b9eafc5d9101f0e13fdca165f.tar.bz2 gentoo-2-16673ec18f888f2b9eafc5d9101f0e13fdca165f.zip |
Really fix installation for USE=-bbdb.
(Portage version: 2.1.3.14)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/wanderlust/wanderlust-2.14.0-r3.ebuild | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/app-emacs/wanderlust/wanderlust-2.14.0-r3.ebuild b/app-emacs/wanderlust/wanderlust-2.14.0-r3.ebuild index df465edfdc8a..8f905f920f72 100644 --- a/app-emacs/wanderlust/wanderlust-2.14.0-r3.ebuild +++ b/app-emacs/wanderlust/wanderlust-2.14.0-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/wanderlust-2.14.0-r3.ebuild,v 1.12 2007/10/19 21:39:11 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/wanderlust-2.14.0-r3.ebuild,v 1.13 2007/10/19 22:31:08 ulm Exp $ inherit elisp eutils @@ -37,10 +37,6 @@ src_compile() { use ssl && echo "(setq wl-install-utils t)" >> WL-CFG emake || die "emake failed" emake info || die "emake info failed" - if use bbdb; then - cd utils - EMACS="emacs -L ../../elmo -L ../../wl" elisp-comp bbdb-wl.el - fi } src_install() { @@ -49,10 +45,6 @@ src_install() { PIXMAPDIR="${D}/usr/share/wl/icons" \ install || die "emake install failed" - if use bbdb; then - elisp-install wl utils/bbdb-wl.{el,elc} || die "elisp-install failed" - fi - elisp-site-file-install "${FILESDIR}/${SITEFILE}" wl \ || die "elisp-site-file-install failed" |