mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-10 00:10:19 +03:00
rm features : ziffy, separate package since 3.0.20, remove its license GPL-2 openssl, removed since 5.0.13 add features : memcached with dev-libs/libmemcached, since 5.0.13 redis with dev-libs/hiredis, since 5.2.0 set PACKAGE_SUFFIX to install doc cleaner it compiles fine with libxml2:2/16 one patch to fix musl building Bugs : close the old bug for tcpd (#730016) compilation is fixed with c23 (#945028 #945062) Bug: https://bugs.gentoo.org/945028 Bug: https://bugs.gentoo.org/945062 Closes: https://bugs.gentoo.org/730016 Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr> Part-of: https://github.com/gentoo/gentoo/pull/42864 Closes: https://github.com/gentoo/gentoo/pull/42864 Signed-off-by: Sam James <sam@gentoo.org>
14 lines
472 B
XML
14 lines
472 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<!-- maintainer-needed -->
|
|
<upstream>
|
|
<bugs-to>https://github.com/indexdata/yaz/issues</bugs-to>
|
|
<remote-id type="github">indexdata/yaz</remote-id>
|
|
</upstream>
|
|
<use>
|
|
<flag name="redis">Enable cache via <pkg>dev-libs/hiredis</pkg></flag>
|
|
<flag name="ziffy">Install ziffy, a promiscuous Z39.50 APDU sniffer</flag>
|
|
</use>
|
|
</pkgmetadata>
|