Files
gentoo/net-libs/libupnp/metadata.xml
Conrad Kostecki 5d31c9001a net-libs/libupnp: enable tools always
As 'tools' only install additional header files, make them always
enabled and drop tools use flag.

Closes: https://bugs.gentoo.org/816267
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
2021-10-04 20:28:19 +02:00

21 lines
676 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>conikost@gentoo.org</email>
<name>Conrad Kostecki</name>
</maintainer>
<slots>
<subslots>Reflect ABI of libupnp.so</subslots>
</slots>
<upstream>
<remote-id type="sourceforge">pupnp</remote-id>
<remote-id type="github">pupnp/pupnp</remote-id>
</upstream>
<use>
<flag name="blocking-tcp">Do not use async socket calls</flag>
<flag name="reuseaddr">Allow clean restarts by binding the socket with SO_REUSEADDR</flag>
<flag name="samples">Install sample applications</flag>
</use>
</pkgmetadata>