diff options
author | 2017-03-26 11:12:03 +0100 | |
---|---|---|
committer | 2017-03-26 11:16:20 +0100 | |
commit | ccccf2284218768a668fcf24fba1e594f513d0ba (patch) | |
tree | cc2370c819a6e252eee5dc29cc93aedbb2a6131b /net-mail/notmuch | |
parent | x11-drivers/xf86-input-mtrack: version bump to 0.4.1 (diff) | |
download | gentoo-ccccf2284218768a668fcf24fba1e594f513d0ba.tar.gz gentoo-ccccf2284218768a668fcf24fba1e594f513d0ba.tar.bz2 gentoo-ccccf2284218768a668fcf24fba1e594f513d0ba.zip |
net-mail/notmuch: Don't overwrite system mimeinfo.cache
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'net-mail/notmuch')
-rw-r--r-- | net-mail/notmuch/notmuch-0.24.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mail/notmuch/notmuch-0.24.ebuild b/net-mail/notmuch/notmuch-0.24.ebuild index ba3769544f5c..72518763a226 100644 --- a/net-mail/notmuch/notmuch-0.24.ebuild +++ b/net-mail/notmuch/notmuch-0.24.ebuild @@ -118,6 +118,7 @@ src_configure() { --bashcompletiondir="$(get_bashcompdir)" --emacslispdir="${EPREFIX}/${SITELISP}/${PN}" --emacsetcdir="${EPREFIX}/${SITEETC}/${PN}" + --without-desktop --without-ruby --zshcompletiondir="${EPREFIX}/usr/share/zsh/site-functions" $(use_with emacs) |