commit: 1b0b3e562a98d4612cf00a5e3bb41124e7f38592 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Fri Feb 7 13:12:31 2025 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Fri Feb 7 13:13:34 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b0b3e56
www-servers/apache: update rustls-ffi dependency Newer versions are not compatible and will not compile. Use www-apache/mod_tls instead. Closes: https://bugs.gentoo.org/943021 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> www-servers/apache/apache-2.4.62.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www-servers/apache/apache-2.4.62.ebuild b/www-servers/apache/apache-2.4.62.ebuild index 8779084369f0..275061bd0030 100644 --- a/www-servers/apache/apache-2.4.62.ebuild +++ b/www-servers/apache/apache-2.4.62.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -149,7 +149,7 @@ SLOT="2" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x64-macos ~x64-solaris" RDEPEND=" - apache2_modules_tls? ( >=net-libs/rustls-ffi-0.13.0:= ) + apache2_modules_tls? ( =net-libs/rustls-ffi-0.13*:= ) " DEPEND="${RDEPEND}"
