diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2020-12-30 18:00:23 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-12-30 17:01:22 +0000 |
commit | 2d3cca9da5654e776df42f693fbaae0b24613b6d (patch) | |
tree | 83ecee8e51eca31f4559de40a444623fe1b64e21 /mail-mta | |
parent | dev-lang/perl: Enable PERL_SINGLE_SLOT by default (diff) | |
download | gentoo-2d3cca9da5654e776df42f693fbaae0b24613b6d.tar.gz gentoo-2d3cca9da5654e776df42f693fbaae0b24613b6d.tar.bz2 gentoo-2d3cca9da5654e776df42f693fbaae0b24613b6d.zip |
mail-mta/netqmail: remove broken USE=libressl
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/netqmail/netqmail-1.06-r14.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/mail-mta/netqmail/netqmail-1.06-r14.ebuild b/mail-mta/netqmail/netqmail-1.06-r14.ebuild index af1fe14bd123..242a543c0738 100644 --- a/mail-mta/netqmail/netqmail-1.06-r14.ebuild +++ b/mail-mta/netqmail/netqmail-1.06-r14.ebuild @@ -42,7 +42,7 @@ SRC_URI="mirror://qmail/${P}.tar.gz LICENSE="public-domain" SLOT="0" KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86" -IUSE="authcram gencertdaily highvolume libressl pop3 qmail-spp ssl vanilla" +IUSE="authcram gencertdaily highvolume pop3 qmail-spp ssl vanilla" REQUIRED_USE="vanilla? ( !ssl !qmail-spp !highvolume )" RESTRICT="test" @@ -60,10 +60,7 @@ DEPEND=" net-mail/queue-repair sys-apps/gentoo-functions sys-apps/groff - ssl? ( - !libressl? ( >=dev-libs/openssl-1.1:0= ) - libressl? ( dev-libs/libressl:= ) - ) + ssl? ( >=dev-libs/openssl-1.1:0= ) " RDEPEND="${DEPEND} sys-apps/ucspi-tcp |