diff options
| author | Arthur Zamarin <arthurzam@gentoo.org> | 2025-12-09 17:14:38 +0200 |
|---|---|---|
| committer | Arthur Zamarin <arthurzam@gentoo.org> | 2025-12-09 17:17:28 +0200 |
| commit | 8661092e3f61e051140d3c04d22454afa6372d18 (patch) | |
| tree | dde61254cb2ad59f98ea51ae17e27e57994f3dc3 /dev-cpp/cpp-httplib/cpp-httplib-0.28.0.ebuild | |
| parent | 2970dff819432bd2a14e323e5fabeee69fb98e68 (diff) | |
| download | gentoo-8661092e3f61e051140d3c04d22454afa6372d18.tar.gz gentoo-8661092e3f61e051140d3c04d22454afa6372d18.tar.bz2 gentoo-8661092e3f61e051140d3c04d22454afa6372d18.zip | |
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 <arthurzam@gentoo.org>
Diffstat (limited to 'dev-cpp/cpp-httplib/cpp-httplib-0.28.0.ebuild')
| -rw-r--r-- | dev-cpp/cpp-httplib/cpp-httplib-0.28.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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=" |
