mail-client/mutt: restrict gpgme to a compile-time compatible version, bug #600600

Package-Manager: portage-2.3.0
This commit is contained in:
Fabian Groffen
2016-11-27 22:03:54 +01:00
parent a25d5f9539
commit b674ebd71f
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ CDEPEND="
sasl? ( >=dev-libs/cyrus-sasl-2 )
)
idn? ( net-dns/libidn )
gpg? ( >=app-crypt/gpgme-0.9.0 )
gpg? ( >=app-crypt/gpgme-0.9.0 <app-crypt/gpgme-1.8.0 )
smime? ( >=dev-libs/openssl-0.9.6 )
slang? ( sys-libs/slang )
!slang? ( >=sys-libs/ncurses-5.2 )

View File

@@ -62,7 +62,7 @@ CDEPEND="
sasl? ( >=dev-libs/cyrus-sasl-2 )
)
idn? ( net-dns/libidn )
gpg? ( >=app-crypt/gpgme-0.9.0 )
gpg? ( >=app-crypt/gpgme-0.9.0 <app-crypt/gpgme-1.8.0 )
smime? (
!libressl? ( >=dev-libs/openssl-0.9.6:0 )
libressl? ( dev-libs/libressl )