mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2026-05-06 15:49:53 -04:00
e56a6adb00
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
19 lines
606 B
XML
19 lines
606 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="rfc3195">
|
|
Enables RFC 3195 protocol (aka syslog-reliable) support.
|
|
If you don't know what this is, you don't need it!
|
|
</flag>
|
|
<flag name="stdlog">
|
|
Enables liblogging's core component (think of it as a the next version of the syslog(3) API).
|
|
</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="cpe">cpe:/a:adiscon:liblogging</remote-id>
|
|
<remote-id type="github">rsyslog/liblogging</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|