Gentoo Archives: gentoo-commits

From: Hanno Boeck <hanno@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/courier/
Date: Mon, 11 Mar 2019 11:52:59
Message-Id: 1552305167.abdbe574c551e455d93ba215c62d0eef1c834ed9.hanno@gentoo
1 commit: abdbe574c551e455d93ba215c62d0eef1c834ed9
2 Author: Hanno <hanno <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 11 11:52:47 2019 +0000
4 Commit: Hanno Boeck <hanno <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 11 11:52:47 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abdbe574
7
8 mail-mta/courier: Add missing libidn dependency.
9
10 Signed-off-by: Hanno Boeck <hanno <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.12
12
13 mail-mta/courier/courier-1.0.5.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/mail-mta/courier/courier-1.0.5.ebuild b/mail-mta/courier/courier-1.0.5.ebuild
17 index d8bb7dae03a..09870e2467b 100644
18 --- a/mail-mta/courier/courier-1.0.5.ebuild
19 +++ b/mail-mta/courier/courier-1.0.5.ebuild
20 @@ -17,6 +17,7 @@ REQUIRED_USE="?? ( gnutls libressl )"
21 DEPEND="
22 >=net-libs/courier-authlib-0.69.0-r1
23 >=net-libs/courier-unicode-2.1
24 + net-dns/libidn:=
25 !gnutls? ( !libressl? ( dev-libs/openssl:0= ) )
26 libressl? ( dev-libs/libressl:= )
27 gnutls? ( net-libs/gnutls )