summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2017-11-06 17:20:43 +0100
committerThomas Deutschmann <whissi@gentoo.org>2017-11-06 17:20:57 +0100
commit0edff67f453a7509c08fce538d3da9c947daa433 (patch)
treedd0037bc5e913e7c70f7a3c63196f2432b7759d3 /sys-apps/coreutils/metadata.xml
parentdev-cpp/waylandpp: version bump 0.1.4 (diff)
downloadgentoo-0edff67f453a7509c08fce538d3da9c947daa433.tar.gz
gentoo-0edff67f453a7509c08fce538d3da9c947daa433.tar.bz2
gentoo-0edff67f453a7509c08fce538d3da9c947daa433.zip
sys-apps/coreutils: Rev bump to address multiple test failures
- Running test suite with FEATURES=usersandbox is no longer supported due to various sandbox issues. (bug #413621, #439574, #629660) - Due to sandbox failures previously disabled tests re-enabled. (bug #415487) - tests/ls/readdir-mountpoint-inode test failure fixed. (bug #353164) - "caps" USE flag description more specified. (bug #617702 - Tools/programs/libraries used in test suite now listed in DEPEND="test? (...)" which requires re-keywording for some architectures. Bug: https://bugs.gentoo.org/413621 Bug: https://bugs.gentoo.org/439574 Bug: https://bugs.gentoo.org/629660 Bug: https://bugs.gentoo.org/415487 Closes: https://bugs.gentoo.org/353164 Closes: https://bugs.gentoo.org/617702 Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'sys-apps/coreutils/metadata.xml')
-rw-r--r--sys-apps/coreutils/metadata.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-apps/coreutils/metadata.xml b/sys-apps/coreutils/metadata.xml
index b75c0df6a5f9..9241968a4690 100644
--- a/sys-apps/coreutils/metadata.xml
+++ b/sys-apps/coreutils/metadata.xml
@@ -8,6 +8,7 @@
<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>