diff options
author | Hanno <hanno@gentoo.org> | 2019-03-11 12:52:47 +0100 |
---|---|---|
committer | Hanno <hanno@gentoo.org> | 2019-03-11 12:52:47 +0100 |
commit | abdbe574c551e455d93ba215c62d0eef1c834ed9 (patch) | |
tree | 54b259872ba03c5578fcd1790e89193936195388 /mail-mta/courier | |
parent | net-dialup/freeradius: Fixed src_install (diff) | |
download | gentoo-abdbe574c551e455d93ba215c62d0eef1c834ed9.tar.gz gentoo-abdbe574c551e455d93ba215c62d0eef1c834ed9.tar.bz2 gentoo-abdbe574c551e455d93ba215c62d0eef1c834ed9.zip |
mail-mta/courier: Add missing libidn dependency.
Signed-off-by: Hanno Boeck <hanno@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Diffstat (limited to 'mail-mta/courier')
-rw-r--r-- | mail-mta/courier/courier-1.0.5.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail-mta/courier/courier-1.0.5.ebuild b/mail-mta/courier/courier-1.0.5.ebuild index d8bb7dae03ad..09870e2467b1 100644 --- a/mail-mta/courier/courier-1.0.5.ebuild +++ b/mail-mta/courier/courier-1.0.5.ebuild @@ -17,6 +17,7 @@ REQUIRED_USE="?? ( gnutls libressl )" DEPEND=" >=net-libs/courier-authlib-0.69.0-r1 >=net-libs/courier-unicode-2.1 + net-dns/libidn:= !gnutls? ( !libressl? ( dev-libs/openssl:0= ) ) libressl? ( dev-libs/libressl:= ) gnutls? ( net-libs/gnutls ) |