commit: 252c4bec5c2c759402c9eeb911a56493b9d69333
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 3 01:45:36 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 3 01:45:36 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=252c4bec
net-libs/nghttp3: add note above REQUIRED_USE wrt tests
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-libs/nghttp3/nghttp3-1.7.0.ebuild | 1 +
net-libs/nghttp3/nghttp3-9999.ebuild | 1 +
2 files changed, 2 insertions(+)
diff --git a/net-libs/nghttp3/nghttp3-1.7.0.ebuild
b/net-libs/nghttp3/nghttp3-1.7.0.ebuild
index 86f7b5d1f125..ddeee7aee2f3 100644
--- a/net-libs/nghttp3/nghttp3-1.7.0.ebuild
+++ b/net-libs/nghttp3/nghttp3-1.7.0.ebuild
@@ -20,6 +20,7 @@ LICENSE="MIT"
SLOT="0/0"
IUSE="static-libs test"
RESTRICT="!test? ( test )"
+# Without static-libs, src_test just won't run any tests and "pass".
REQUIRED_USE="
test? ( static-libs )
"
diff --git a/net-libs/nghttp3/nghttp3-9999.ebuild
b/net-libs/nghttp3/nghttp3-9999.ebuild
index 17b289e52ca1..75bde0f87eca 100644
--- a/net-libs/nghttp3/nghttp3-9999.ebuild
+++ b/net-libs/nghttp3/nghttp3-9999.ebuild
@@ -20,6 +20,7 @@ LICENSE="MIT"
SLOT="0/0"
IUSE="static-libs test"
RESTRICT="!test? ( test )"
+# Without static-libs, src_test just won't run any tests and "pass".
REQUIRED_USE="
test? ( static-libs )
"