diff options
author | Hans de Graaff <graaff@gentoo.org> | 2024-04-05 11:44:11 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2024-04-05 11:44:11 +0200 |
commit | 94027c0a7862b306d9452320f7419875b6a4cec6 (patch) | |
tree | b20032adb6cffb4a4897de644ecbc76942edbe04 /eclass | |
parent | dev-ruby/ffi-compiler: drop 1.0.1-r2 (diff) | |
download | gentoo-94027c0a7862b306d9452320f7419875b6a4cec6.tar.gz gentoo-94027c0a7862b306d9452320f7419875b6a4cec6.tar.bz2 gentoo-94027c0a7862b306d9452320f7419875b6a4cec6.zip |
eclass/apache-2.eclass: select compatible rustls-ffi version
The apache tls module does not compile with rustls-ffi 0.12.x versions.
Bug: https://bugs.gentoo.org/928046
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/apache-2.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/apache-2.eclass b/eclass/apache-2.eclass index e1489eb282ac..17b8b0e2a64a 100644 --- a/eclass/apache-2.eclass +++ b/eclass/apache-2.eclass @@ -162,7 +162,7 @@ RDEPEND=" apache2_modules_session_crypto? ( dev-libs/apr-util[openssl] ) - apache2_modules_tls? ( >=net-libs/rustls-ffi-0.9.2:= ) + apache2_modules_tls? ( >=net-libs/rustls-ffi-0.9.2:= <net-libs/rustls-ffi-11 ) gdbm? ( sys-libs/gdbm:= ) ldap? ( net-nds/openldap:= ) selinux? ( sec-policy/selinux-apache ) |