commit: ca1f6feb12a312683fcd7e11b385010650f68665
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 22 12:04:21 2021 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Wed Sep 22 12:04:41 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca1f6feb
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 <AT> gentoo.org>
mail-client/balsa/balsa-2.6.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mail-client/balsa/balsa-2.6.3.ebuild
b/mail-client/balsa/balsa-2.6.3.ebuild
index 71ddacfcf50..68e70a5b90f 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 )