net-mail/notmuch: drop gpgme hack, it's a dep problem
authorFabian Groffen <grobian@gentoo.org>
Thu, 19 Sep 2019 07:21:18 +0000 (09:21 +0200)
committerFabian Groffen <grobian@gentoo.org>
Thu, 19 Sep 2019 07:21:31 +0000 (09:21 +0200)
Bug: https://bugs.gentoo.org/692098
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
net-mail/notmuch/notmuch-0.29.1-r1.ebuild
net-mail/notmuch/notmuch-0.29.1.ebuild

index 0124be3ef9a2d050c171efd387cd1becbfb6451c..f96e581b17a2a3f98823a51bbbf20fbe9726bce8 100644 (file)
@@ -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
 }
 
index 4984cf17d69a9392fa4653c13309ee364dac81a0..951f0faad9e334d7a81e9aab2552477e2c08fdb1 100644 (file)
@@ -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
 }