diff options
author | Mart Raudsepp <leio@gentoo.org> | 2021-09-22 15:04:21 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2021-09-22 15:04:41 +0300 |
commit | ca1f6feb12a312683fcd7e11b385010650f68665 (patch) | |
tree | f9428f17b61838d17bd3833c999a18b0948e6c8d /mail-client | |
parent | app-text/libmwaw: Drop 0.3.19 (diff) | |
download | gentoo-ca1f6feb12a312683fcd7e11b385010650f68665.tar.gz gentoo-ca1f6feb12a312683fcd7e11b385010650f68665.tar.bz2 gentoo-ca1f6feb12a312683fcd7e11b385010650f68665.zip |
mail-client/balsa: Raise gpgme dependency
balsa has dropped compatibility on gpgme-config by now and relies
on gpgme.pc pkg-config file only, which has been present in gpgme
only since their 1.13.0 release.
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/balsa/balsa-2.6.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail-client/balsa/balsa-2.6.3.ebuild b/mail-client/balsa/balsa-2.6.3.ebuild index 71ddacfcf50f..68e70a5b90f1 100644 --- a/mail-client/balsa/balsa-2.6.3.ebuild +++ b/mail-client/balsa/balsa-2.6.3.ebuild @@ -27,7 +27,7 @@ DEPEND=" >=dev-db/sqlite-3.24:= app-text/html2text ) - >=app-crypt/gpgme-1.8.0:= + >=app-crypt/gpgme-1.13.0:= sqlite? ( >=dev-db/sqlite-3.24:= ) ldap? ( net-nds/openldap ) rubrica? ( dev-libs/libxml2:2 ) |