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 5A007138334 for ; Thu, 19 Sep 2019 07:21:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74530E093A; Thu, 19 Sep 2019 07:21:41 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5C102E093A for ; Thu, 19 Sep 2019 07:21:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5388734B3B8 for ; Thu, 19 Sep 2019 07:21:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6383771 for ; Thu, 19 Sep 2019 07:21:38 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1568877691.4179ca5f4cc167dc98e71db943584b2f307d7e90.grobian@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.29.1-r1.ebuild net-mail/notmuch/notmuch-0.29.1.ebuild X-VCS-Directories: net-mail/notmuch/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 4179ca5f4cc167dc98e71db943584b2f307d7e90 X-VCS-Branch: master Date: Thu, 19 Sep 2019 07:21:38 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7c7f7030-6a4a-4539-b11c-b44ff52dc252 X-Archives-Hash: f34e7c18400c0bbc17dab6d36237c200 commit: 4179ca5f4cc167dc98e71db943584b2f307d7e90 Author: Fabian Groffen gentoo org> AuthorDate: Thu Sep 19 07:21:18 2019 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Thu Sep 19 07:21:31 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4179ca5f net-mail/notmuch: drop gpgme hack, it's a dep problem Bug: https://bugs.gentoo.org/692098 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Fabian Groffen gentoo.org> net-mail/notmuch/notmuch-0.29.1-r1.ebuild | 5 ----- net-mail/notmuch/notmuch-0.29.1.ebuild | 5 ----- 2 files changed, 10 deletions(-) diff --git a/net-mail/notmuch/notmuch-0.29.1-r1.ebuild b/net-mail/notmuch/notmuch-0.29.1-r1.ebuild index 0124be3ef9a..f96e581b17a 100644 --- a/net-mail/notmuch/notmuch-0.29.1-r1.ebuild +++ b/net-mail/notmuch/notmuch-0.29.1-r1.ebuild @@ -133,11 +133,6 @@ src_prepare() { if [[ ${CHOST} == *-solaris* ]] ; then append-ldflags -lnsl -lsocket # non-autoconf configure - # disable gpgme test using too old gpg-key - sed -i \ - -e '/GNUPGHOME=/d' \ - -e '/SESSION_KEY =/c|| false ;' \ - configure || die fi } diff --git a/net-mail/notmuch/notmuch-0.29.1.ebuild b/net-mail/notmuch/notmuch-0.29.1.ebuild index 4984cf17d69..951f0faad9e 100644 --- a/net-mail/notmuch/notmuch-0.29.1.ebuild +++ b/net-mail/notmuch/notmuch-0.29.1.ebuild @@ -133,11 +133,6 @@ src_prepare() { if [[ ${CHOST} == *-solaris* ]] ; then append-ldflags -lnsl -lsocket # non-autoconf configure - # disable gpgme test using too old gpg-key - sed -i \ - -e '/GNUPGHOME=/d' \ - -e '/SESSION_KEY =/c|| false ;' \ - configure || die fi }