Skip to content

Commit

Permalink
mail-mta/opensmtpd: depend on < openssl 3
Browse files Browse the repository at this point in the history
Broken at runtime.

Bug: https://bugs.gentoo.org/881701
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Dec 13, 2022
1 parent 46157aa commit ca14c6d
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
Expand All @@ -14,10 +14,11 @@ SLOT="0"
KEYWORDS="amd64 ~arm ~arm64 ppc64 ~riscv x86"
IUSE="berkdb +mta pam split-usr"

# < openssl 3 for bug #881701
DEPEND="
acct-user/smtpd
acct-user/smtpq
>=dev-libs/openssl-1.1:0=
<dev-libs/openssl-3:=
elibc_musl? ( sys-libs/fts-standalone )
sys-libs/zlib
pam? ( sys-libs/pam )
Expand Down

0 comments on commit ca14c6d

Please sign in to comment.