From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4E12A139694 for ; Sun, 26 Mar 2017 10:16:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 839A7234023; Sun, 26 Mar 2017 10:16:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 60528234023 for ; Sun, 26 Mar 2017 10:16:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3708334165C for ; Sun, 26 Mar 2017 10:16:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D02A70B7 for ; Sun, 26 Mar 2017 10:16:35 +0000 (UTC) From: "Amadeusz Piotr Żołnowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amadeusz Piotr Żołnowski" Message-ID: <1490523380.ccccf2284218768a668fcf24fba1e594f513d0ba.aidecoe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/notmuch/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/notmuch/notmuch-0.24.ebuild X-VCS-Directories: net-mail/notmuch/ X-VCS-Committer: aidecoe X-VCS-Committer-Name: Amadeusz Piotr Żołnowski X-VCS-Revision: ccccf2284218768a668fcf24fba1e594f513d0ba X-VCS-Branch: master Date: Sun, 26 Mar 2017 10:16:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: dc4110ea-c37b-4dd4-8657-fc2af87203c9 X-Archives-Hash: fe680aca04f92997778c91958dd9a96b commit: ccccf2284218768a668fcf24fba1e594f513d0ba Author: Amadeusz Żołnowski gentoo org> AuthorDate: Sun Mar 26 10:12:03 2017 +0000 Commit: Amadeusz Piotr Żołnowski gentoo org> CommitDate: Sun Mar 26 10:16:20 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccccf228 net-mail/notmuch: Don't overwrite system mimeinfo.cache Package-Manager: Portage-2.3.5, Repoman-2.3.2 net-mail/notmuch/notmuch-0.24.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-mail/notmuch/notmuch-0.24.ebuild b/net-mail/notmuch/notmuch-0.24.ebuild index ba3769544f5..72518763a22 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)