mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-04 00:08:09 -07:00
- add no-fortify-source patch - add USE flags - test -- as tests need perl installed - xml -- for building a simple, dependency-less xml report generator - libxml2 -- for building a xml report generator using libxml2 + NOTE: the xml and libxml2 flags can coexist - add filter-lto to avoid ODR violation - update HOMEPAGE [sam: Conditionally building tests also means we go from 185->25 targets when tests are disabled. Nice!] Closes: https://bugs.gentoo.org/893352 Closes: https://bugs.gentoo.org/915186 Signed-off-by: Filip Kobierski <fkobi@pm.me> Part-of: https://github.com/gentoo/gentoo/pull/38502 Closes: https://github.com/gentoo/gentoo/pull/38502 Signed-off-by: Sam James <sam@gentoo.org>
13 lines
475 B
XML
13 lines
475 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<!-- maintainer-needed -->
|
|
<use>
|
|
<flag name="xml">Add a simple XML report generator without external dependencies</flag>
|
|
<flag name="libxml2">Add an XML report generator which uses <pkg>dev-libs/libxml2</pkg> for output formatting</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="github">cgreen-devs/cgreen</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|