mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
23 lines
807 B
XML
23 lines
807 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>toolchain@gentoo.org</email>
|
|
<name>Gentoo Toolchain Project</name>
|
|
</maintainer>
|
|
<use>
|
|
<flag name="leaps-timezone">
|
|
Install the set of "right" timezones; these timezones include leap seconds
|
|
when counting seconds since the epoch (while POSIX does not) as they are
|
|
based on the TAI (International Atomic Time) clock
|
|
</flag>
|
|
<flag name="zic-slim">
|
|
Default to 'slim' file format for /usr/share/zoneinfo. Otherwise 'fat' format
|
|
is used. Not all programs can handle 'slim' format'.
|
|
</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="github">eggert/tz</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|