Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
Date: Sun, 27 Nov 2016 21:04:12
Message-Id: 1480280634.b674ebd71fa887d69a487f39771e9a6d284ba6af.grobian@gentoo
1 commit: b674ebd71fa887d69a487f39771e9a6d284ba6af
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 27 21:03:54 2016 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 27 21:03:54 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b674ebd7
7
8 mail-client/mutt: restrict gpgme to a compile-time compatible version, bug #600600
9
10 Package-Manager: portage-2.3.0
11
12 mail-client/mutt/mutt-1.5.23-r7.ebuild | 2 +-
13 mail-client/mutt/mutt-1.5.24-r2.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/mail-client/mutt/mutt-1.5.23-r7.ebuild b/mail-client/mutt/mutt-1.5.23-r7.ebuild
17 index 5916079..b0b3737 100644
18 --- a/mail-client/mutt/mutt-1.5.23-r7.ebuild
19 +++ b/mail-client/mutt/mutt-1.5.23-r7.ebuild
20 @@ -47,7 +47,7 @@ CDEPEND="
21 sasl? ( >=dev-libs/cyrus-sasl-2 )
22 )
23 idn? ( net-dns/libidn )
24 - gpg? ( >=app-crypt/gpgme-0.9.0 )
25 + gpg? ( >=app-crypt/gpgme-0.9.0 <app-crypt/gpgme-1.8.0 )
26 smime? ( >=dev-libs/openssl-0.9.6 )
27 slang? ( sys-libs/slang )
28 !slang? ( >=sys-libs/ncurses-5.2 )
29
30 diff --git a/mail-client/mutt/mutt-1.5.24-r2.ebuild b/mail-client/mutt/mutt-1.5.24-r2.ebuild
31 index e2ed809..7114412 100644
32 --- a/mail-client/mutt/mutt-1.5.24-r2.ebuild
33 +++ b/mail-client/mutt/mutt-1.5.24-r2.ebuild
34 @@ -62,7 +62,7 @@ CDEPEND="
35 sasl? ( >=dev-libs/cyrus-sasl-2 )
36 )
37 idn? ( net-dns/libidn )
38 - gpg? ( >=app-crypt/gpgme-0.9.0 )
39 + gpg? ( >=app-crypt/gpgme-0.9.0 <app-crypt/gpgme-1.8.0 )
40 smime? (
41 !libressl? ( >=dev-libs/openssl-0.9.6:0 )
42 libressl? ( dev-libs/libressl )