Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/balsa/
Date: Wed, 22 Sep 2021 12:05:04
Message-Id: 1632312281.ca1f6feb12a312683fcd7e11b385010650f68665.leio@gentoo
1 commit: ca1f6feb12a312683fcd7e11b385010650f68665
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 22 12:04:21 2021 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 22 12:04:41 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca1f6feb
7
8 mail-client/balsa: Raise gpgme dependency
9
10 balsa has dropped compatibility on gpgme-config by now and relies
11 on gpgme.pc pkg-config file only, which has been present in gpgme
12 only since their 1.13.0 release.
13
14 Package-Manager: Portage-3.0.20, Repoman-3.0.2
15 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
16
17 mail-client/balsa/balsa-2.6.3.ebuild | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/mail-client/balsa/balsa-2.6.3.ebuild b/mail-client/balsa/balsa-2.6.3.ebuild
21 index 71ddacfcf50..68e70a5b90f 100644
22 --- a/mail-client/balsa/balsa-2.6.3.ebuild
23 +++ b/mail-client/balsa/balsa-2.6.3.ebuild
24 @@ -27,7 +27,7 @@ DEPEND="
25 >=dev-db/sqlite-3.24:=
26 app-text/html2text
27 )
28 - >=app-crypt/gpgme-1.8.0:=
29 + >=app-crypt/gpgme-1.13.0:=
30 sqlite? ( >=dev-db/sqlite-3.24:= )
31 ldap? ( net-nds/openldap )
32 rubrica? ( dev-libs/libxml2:2 )