mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
Make the HTTP backend optional as dev-cpp/cpp-httplib doesn't support 32-bit arches per its README. It also has very frequent releases and no stable ABI. Bug: https://bugs.gentoo.org/973312 Signed-off-by: Sam James <sam@gentoo.org>
21 lines
804 B
XML
21 lines
804 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>toolchain@gentoo.org</email>
|
|
<name>Gentoo Toolchain Project</name>
|
|
</maintainer>
|
|
<use>
|
|
<flag name="http">Enable HTTP backend for storage via <pkg>dev-cpp/cpp-httplib</pkg></flag>
|
|
<flag name="redis">Enable Redis backend for storage via <pkg>dev-libs/hiredis</pkg></flag>
|
|
<flag name="static-c++">Avoid dynamic dependency on gcc's libstdc++.</flag>
|
|
</use>
|
|
<longdescription lang="en">
|
|
ccache acts as a caching pre-processor to C/C++ compilers, improving
|
|
compilation time when recompiling previously compiled source.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">ccache/ccache</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|