commit: fae2444de6133f0955ea1ee0070b7f127da8a0c4
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 1 14:31:54 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 1 14:34:20 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fae2444d
net-misc/curl: add die to impossible path, not just eerror
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/curl/curl-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/net-misc/curl/curl-9999.ebuild b/net-misc/curl/curl-9999.ebuild
index a0aa3e608fd7..0414671d123d 100644
--- a/net-misc/curl/curl-9999.ebuild
+++ b/net-misc/curl/curl-9999.ebuild
@@ -177,6 +177,7 @@ multilib_src_configure() {
myconf+=( --with-default-ssl-backend=rustls )
else
eerror "We can't be here because of REQUIRED_USE."
+ die "Please file a bug, hit impossible condition w/
USE=ssl handling."
fi
else