commit: 4179ca5f4cc167dc98e71db943584b2f307d7e90 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Thu Sep 19 07:21:18 2019 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> 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 <grobian <AT> 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 }
