net-mail/cyrus-imapd: Fix MissingUseDepDefault for dev-libs/openssl[bindist]

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
This commit is contained in:
Thomas Deutschmann
2021-06-17 22:03:25 +02:00
parent 1901e65514
commit 2818eaa8d0
4 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -40,7 +40,7 @@ CDEPEND="
perl? ( dev-lang/perl:= )
postgres? ( dev-db/postgresql:* )
snmp? ( >=net-analyzer/net-snmp-5.2.2-r1:0= )
ssl? ( >=dev-libs/openssl-1.0.1e:0=[-bindist] )
ssl? ( >=dev-libs/openssl-1.0.1e:0=[-bindist(-)] )
sqlite? ( dev-db/sqlite:3 )
tcpd? ( >=sys-apps/tcp-wrappers-7.6
snmp? ( net-analyzer/net-snmp:0=[tcpd=] )

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -40,7 +40,7 @@ CDEPEND="
perl? ( dev-lang/perl:= )
postgres? ( dev-db/postgresql:* )
snmp? ( >=net-analyzer/net-snmp-5.2.2-r1:0= )
ssl? ( >=dev-libs/openssl-1.0.1e:0=[-bindist] )
ssl? ( >=dev-libs/openssl-1.0.1e:0=[-bindist(-)] )
sqlite? ( dev-db/sqlite:3 )
tcpd? ( >=sys-apps/tcp-wrappers-7.6
snmp? ( net-analyzer/net-snmp:0=[tcpd=] )

View File

@@ -41,7 +41,7 @@ CDEPEND="
perl? ( dev-lang/perl:= )
postgres? ( dev-db/postgresql:* )
snmp? ( >=net-analyzer/net-snmp-5.2.2-r1:0= )
ssl? ( >=dev-libs/openssl-1.0.1e:0=[-bindist] )
ssl? ( >=dev-libs/openssl-1.0.1e:0=[-bindist(-)] )
sqlite? ( dev-db/sqlite:3 )
tcpd? ( >=sys-apps/tcp-wrappers-7.6
snmp? ( net-analyzer/net-snmp:0=[tcpd=] )

View File

@@ -43,7 +43,7 @@ CDEPEND="
)
perl? ( dev-lang/perl:= )
postgres? ( dev-db/postgresql:* )
ssl? ( >=dev-libs/openssl-1.0.1e:0=[-bindist] )
ssl? ( >=dev-libs/openssl-1.0.1e:0=[-bindist(-)] )
sqlite? ( dev-db/sqlite:3 )
tcpd? ( >=sys-apps/tcp-wrappers-7.6 )
xapian? ( >=dev-libs/xapian-1.4.0:0= )