Files
gentoo/dev-cpp/jwt-cpp/metadata.xml
T
Oliver Freyermuth c417c1a35d dev-cpp/jwt-cpp: add 0.7.2-r1
Fixes:
- add missing implicit deps
- add missing test deps
- fix compatibility with >=dev-cpp/jsoncons-1.5.0

Closes: https://bugs.gentoo.org/975140
Closes: https://github.com/gentoo/gentoo/pull/46268
Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com>
Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
2026-05-23 09:35:13 +02:00

25 lines
858 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person" proxied="yes">
<email>o.freyermuth@googlemail.com</email>
<name>Oliver Freyermuth</name>
</maintainer>
<maintainer type="person">
<email>amadio@gentoo.org</email>
<name>Guilherme Amadio</name>
</maintainer>
<maintainer type="project" proxied="proxy">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<upstream>
<bugs-to>https://github.com/Thalhammer/jwt-cpp/issues</bugs-to>
<remote-id type="github">Thalhammer/jwt-cpp</remote-id>
</upstream>
<use>
<flag name="jsoncons">Enable use of <pkg>dev-cpp/jsoncons</pkg></flag>
<flag name="picojson">Enable use of <pkg>dev-cpp/picojson</pkg></flag>
</use>
</pkgmetadata>