Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/notmuch/
Date: Thu, 19 Sep 2019 07:21:42
Message-Id: 1568877691.4179ca5f4cc167dc98e71db943584b2f307d7e90.grobian@gentoo
1 commit: 4179ca5f4cc167dc98e71db943584b2f307d7e90
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 19 07:21:18 2019 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 19 07:21:31 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4179ca5f
7
8 net-mail/notmuch: drop gpgme hack, it's a dep problem
9
10 Bug: https://bugs.gentoo.org/692098
11 Package-Manager: Portage-2.3.69, Repoman-2.3.16
12 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
13
14 net-mail/notmuch/notmuch-0.29.1-r1.ebuild | 5 -----
15 net-mail/notmuch/notmuch-0.29.1.ebuild | 5 -----
16 2 files changed, 10 deletions(-)
17
18 diff --git a/net-mail/notmuch/notmuch-0.29.1-r1.ebuild b/net-mail/notmuch/notmuch-0.29.1-r1.ebuild
19 index 0124be3ef9a..f96e581b17a 100644
20 --- a/net-mail/notmuch/notmuch-0.29.1-r1.ebuild
21 +++ b/net-mail/notmuch/notmuch-0.29.1-r1.ebuild
22 @@ -133,11 +133,6 @@ src_prepare() {
23
24 if [[ ${CHOST} == *-solaris* ]] ; then
25 append-ldflags -lnsl -lsocket # non-autoconf configure
26 - # disable gpgme test using too old gpg-key
27 - sed -i \
28 - -e '/GNUPGHOME=/d' \
29 - -e '/SESSION_KEY =/c|| false ;' \
30 - configure || die
31 fi
32 }
33
34
35 diff --git a/net-mail/notmuch/notmuch-0.29.1.ebuild b/net-mail/notmuch/notmuch-0.29.1.ebuild
36 index 4984cf17d69..951f0faad9e 100644
37 --- a/net-mail/notmuch/notmuch-0.29.1.ebuild
38 +++ b/net-mail/notmuch/notmuch-0.29.1.ebuild
39 @@ -133,11 +133,6 @@ src_prepare() {
40
41 if [[ ${CHOST} == *-solaris* ]] ; then
42 append-ldflags -lnsl -lsocket # non-autoconf configure
43 - # disable gpgme test using too old gpg-key
44 - sed -i \
45 - -e '/GNUPGHOME=/d' \
46 - -e '/SESSION_KEY =/c|| false ;' \
47 - configure || die
48 fi
49 }