mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
We don't, in general, run Valgrind for test suites in Gentoo because it's not portable enough and gives inconsistent results, especially under sandbox. Plus it's confusing given USE=valgrind is effectively a global USE flag (even if it isn't in use.desc yet) for meaning "enable annotations to enable better debugging under Valgrind", rather than "run tests under it". Signed-off-by: Sam James <sam@gentoo.org>
14 lines
471 B
XML
14 lines
471 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<name>Gentoo Base System</name>
|
|
<email>base-system@gentoo.org</email>
|
|
</maintainer>
|
|
<upstream>
|
|
<changelog>https://gitlab.com/gnutls/libtasn1/blob/master/NEWS</changelog>
|
|
<remote-id type="cpe">cpe:/a:gnu:libtasn1</remote-id>
|
|
<remote-id type="gitlab">gnutls/libtasn1</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|