commit: 7a1fe2f8d852d4273a238268500d60719f3cf001
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 19 22:00:20 2025 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Dec 19 22:00:20 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a1fe2f8
sys-apps/s390-tools: Fix curl usage, hopefully
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../{s390-tools-2.40.0.ebuild => s390-tools-2.40.0-r1.ebuild} | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sys-apps/s390-tools/s390-tools-2.40.0.ebuild
b/sys-apps/s390-tools/s390-tools-2.40.0-r1.ebuild
similarity index 95%
rename from sys-apps/s390-tools/s390-tools-2.40.0.ebuild
rename to sys-apps/s390-tools/s390-tools-2.40.0-r1.ebuild
index b5c5e23c247a..764ebecb6882 100644
--- a/sys-apps/s390-tools/s390-tools-2.40.0.ebuild
+++ b/sys-apps/s390-tools/s390-tools-2.40.0-r1.ebuild
@@ -58,6 +58,8 @@ src_configure() {
export HAVE_OPENSSL=$(usex openssl 1 0)
export HAVE_CRYPTSETUP2=$(usex cryptsetup 1 0)
export HAVE_JSONC=$(usex cryptsetup 1 0)
+ # Yes, really. Half the code uses one, the other half the other.
+ export HAVE_CURL=$(usex curl 1 0)
export HAVE_LIBCURL=$(usex curl 1 0)
# These need checking, but disabled for now to avoid automagic
export HAVE_GLIB2=0