mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-13 21:47:44 +00:00
to avoid confusion with ipv6calcweb (cgi script) now installed (was tested but not installed), the useflag cgi is replaced by apache. perl deps for ipv6calcweb are asked for testsuite or w/ optfeature install more files according to the specfile Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr> Part-of: https://github.com/gentoo/gentoo/pull/43905 Signed-off-by: Sam James <sam@gentoo.org>
12 lines
446 B
XML
12 lines
446 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="apache">Build the apache module mod_ipv6calc</flag>
|
|
<flag name="openssl">Use <pkg>dev-libs/openssl</pkg> instead of <pkg>app-crypt/libmd</pkg> for MD5 digest</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="github">pbiering/ipv6calc</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|