mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-03-28 18:07:29 -07:00
See https://lists.gnu.org/archive/html/coreutils/2025-09/msg00077.html and https://lists.gnu.org/archive/html/coreutils/2025-09/msg00113.html. I've also wired up USE=test-full. Signed-off-by: Sam James <sam@gentoo.org>
24 lines
1.1 KiB
XML
24 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>base-system@gentoo.org</email>
|
|
<name>Gentoo Base System</name>
|
|
</maintainer>
|
|
<longdescription>Standard GNU file utilities (chmod, cp, dd, dir, ls, ...), text utilities (sort, tr, head, wc, ...), and shell utilities (whoami, who, ...)
|
|
</longdescription>
|
|
<use>
|
|
<flag name="caps">Add Linux capabilities support in output of file utilities (ls, dir, ...) via <pkg>sys-libs/libcap</pkg></flag>
|
|
<flag name="hostname">Build the hostname program</flag>
|
|
<flag name="kill">Build the kill program</flag>
|
|
<flag name="multicall">Build all tools into a single `coreutils` program akin to busybox to save space</flag>
|
|
<flag name="openssl">Use openssl libcrypto hash routines for hash functions</flag>
|
|
<flag name="split-usr">Enable this if /bin and /usr/bin are separate directories</flag>
|
|
<flag name="test-full">Run expensive tests (mostly CPU intensive).</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="cpe">cpe:/a:gnu:coreutils</remote-id>
|
|
<remote-id type="savannah">coreutils</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|