From 8661092e3f61e051140d3c04d22454afa6372d18 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Tue, 9 Dec 2025 17:14:38 +0200 Subject: dev-cpp/cpp-httplib: USE=test requires other flags The build system, when adding tests, doesn't separate based on the flags, so we require all those flags to be ON when testing. It isn't really worth it to improve build system. Signed-off-by: Arthur Zamarin --- dev-cpp/cpp-httplib/cpp-httplib-0.28.0.ebuild | 1 + 1 file changed, 1 insertion(+) (limited to 'dev-cpp/cpp-httplib/cpp-httplib-0.28.0.ebuild') diff --git a/dev-cpp/cpp-httplib/cpp-httplib-0.28.0.ebuild b/dev-cpp/cpp-httplib/cpp-httplib-0.28.0.ebuild index 6d76f85f4637..deb408de5f3a 100644 --- a/dev-cpp/cpp-httplib/cpp-httplib-0.28.0.ebuild +++ b/dev-cpp/cpp-httplib/cpp-httplib-0.28.0.ebuild @@ -25,6 +25,7 @@ LICENSE="MIT" SLOT="0/$(ver_cut 0-2)" # soversion IUSE="brotli ssl test zlib zstd" +REQUIRED_USE="test? ( brotli zlib zstd )" RESTRICT="!test? ( test )" RDEPEND=" -- cgit v1.2.3