mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-13 21:47:44 +00:00
- add "test-full" use flag to run all test sets. Signed-off-by: Joonas Niilola <juippis@gentoo.org>
19 lines
693 B
XML
19 lines
693 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>mozilla@gentoo.org</email>
|
|
<name>Gentoo Mozilla Team</name>
|
|
</maintainer>
|
|
<use>
|
|
<flag name="cacert">
|
|
Include root/class3 certs from CAcert (https://www.cacert.org/)
|
|
</flag>
|
|
<flag name="test-full">Run all available tests, instead of the standard set only</flag>
|
|
<flag name="utils">Compile and install all extra binaries, such as certutil, modutil and few more</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="cpe">cpe:/a:mozilla:nss</remote-id>
|
|
<remote-id type="github">nss-dev/nss</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|