diff options
author | David Seifert <soap@gentoo.org> | 2019-04-27 18:35:04 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-04-27 22:27:53 +0200 |
commit | b235c6b17ab73a9caa4d663b74f2887ef95e4a5a (patch) | |
tree | b2812a87b2d10e4f9ddc63237d7d505edd56b1a8 /mail-mta/courier/courier-1.0.5.ebuild | |
parent | net-libs/libssh2: [QA] Fix USE=libressl semantics (diff) | |
download | gentoo-b235c6b17ab73a9caa4d663b74f2887ef95e4a5a.tar.gz gentoo-b235c6b17ab73a9caa4d663b74f2887ef95e4a5a.tar.bz2 gentoo-b235c6b17ab73a9caa4d663b74f2887ef95e4a5a.zip |
mail-mta/courier: [QA] Fix USE=libressl semantics
Closes: https://bugs.gentoo.org/684002
Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'mail-mta/courier/courier-1.0.5.ebuild')
-rw-r--r-- | mail-mta/courier/courier-1.0.5.ebuild | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/mail-mta/courier/courier-1.0.5.ebuild b/mail-mta/courier/courier-1.0.5.ebuild index 66a941947aa6..f0b3ece74ea8 100644 --- a/mail-mta/courier/courier-1.0.5.ebuild +++ b/mail-mta/courier/courier-1.0.5.ebuild @@ -5,22 +5,24 @@ EAPI=7 inherit eutils flag-o-matic multilib DESCRIPTION="An MTA designed specifically for maildirs" -SRC_URI="mirror://sourceforge/courier/${P}.tar.bz2" HOMEPAGE="http://www.courier-mta.org/" -SLOT="0" +SRC_URI="mirror://sourceforge/courier/${P}.tar.bz2" + LICENSE="GPL-2" +SLOT="0" KEYWORDS="~alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86" IUSE="postgres ldap libressl mysql pam nls ipv6 spell fax crypt norewrite \ fam web webmail gnutls" -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 ) + gnutls? ( net-libs/gnutls:= ) + !gnutls? ( + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) + ) >=sys-libs/gdbm-1.8.0 dev-libs/libpcre app-misc/mime-types |