logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: b236159795472bb5fb479b1919ea20d5464c7abb
parent 5e889c139aa5c75b99c1a543a639edd96e87708f
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun,  1 Jan 2023 23:21:38 +0100

mail-mta/opensmtpd: Allow to target openssl-compat

Diffstat:

Mmail-mta/opensmtpd/opensmtpd-6.8.0_p2-r2.ebuild6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/mail-mta/opensmtpd/opensmtpd-6.8.0_p2-r2.ebuild b/mail-mta/opensmtpd/opensmtpd-6.8.0_p2-r2.ebuild @@ -19,8 +19,10 @@ IUSE="berkdb +mta pam" DEPEND=" acct-user/smtpd acct-user/smtpq - <dev-libs/openssl-3:= - >=dev-libs/openssl-1.1.0:0= + || ( + dev-libs/openssl:0/1.1 + dev-libs/openssl-compat:1.1.1 + ) sys-libs/zlib pam? ( sys-libs/pam ) berkdb? ( sys-libs/db:= )