summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-mail/notmuch')
-rw-r--r--net-mail/notmuch/notmuch-0.29.1-r1.ebuild5
-rw-r--r--net-mail/notmuch/notmuch-0.29.1.ebuild5
2 files changed, 0 insertions, 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 0124be3ef9a2..f96e581b17a2 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 4984cf17d69a..951f0faad9e3 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
}