Skip to content

Commit

Permalink
apache-2.eclass: remove libressl support
Browse files Browse the repository at this point in the history
Signed-off-by: Mikle Kolyada <[email protected]>
  • Loading branch information
Zlogene committed May 2, 2021
1 parent 2386585 commit 14719cf
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions eclass/apache-2.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ SRC_URI="mirror://apache/httpd/httpd-${PV}.tar.bz2
# built-in modules

IUSE_MPMS="${IUSE_MPMS_FORK} ${IUSE_MPMS_THREAD}"
IUSE="${IUSE} debug doc gdbm ldap libressl selinux ssl static suexec +suexec-caps suexec-syslog split-usr threads"
IUSE="${IUSE} debug doc gdbm ldap selinux ssl static suexec +suexec-caps suexec-syslog split-usr threads"

for module in ${IUSE_MODULES} ; do
case ${module} in
Expand Down Expand Up @@ -153,15 +153,13 @@ RDEPEND="
kernel_linux? ( sys-apps/util-linux )
)
apache2_modules_session_crypto? (
libressl? ( dev-libs/apr-util[libressl] )
!libressl? ( dev-libs/apr-util[openssl] )
dev-libs/apr-util[openssl]
)
gdbm? ( sys-libs/gdbm:= )
ldap? ( =net-nds/openldap-2* )
selinux? ( sec-policy/selinux-apache )
ssl? (
!libressl? ( >=dev-libs/openssl-1.0.2:0= )
libressl? ( dev-libs/libressl:0= )
>=dev-libs/openssl-1.0.2:0=
kernel_linux? ( sys-apps/util-linux )
)
"
Expand Down

0 comments on commit 14719cf

Please sign in to comment.