diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-12-15 22:57:10 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-12-15 22:57:37 +0100 |
commit | 5c3844421221d5f61665773f9f6f3497764609c8 (patch) | |
tree | feb46e1b1f6e496a4b224c6ceb3ec5117f08df03 /sys-libs/glibc | |
parent | sys-fs/cryptsetup: Rev bump to fix building of Python bindings (diff) | |
download | gentoo-5c3844421221d5f61665773f9f6f3497764609c8.tar.gz gentoo-5c3844421221d5f61665773f9f6f3497764609c8.tar.bz2 gentoo-5c3844421221d5f61665773f9f6f3497764609c8.zip |
sys-libs/glibc: Fix useflag rpc description, disabling should no longer be experimental
Bug: https://bugs.gentoo.org/636934
Package-Manager: Portage-2.3.18, Repoman-2.3.6
Diffstat (limited to 'sys-libs/glibc')
-rw-r--r-- | sys-libs/glibc/metadata.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/glibc/metadata.xml b/sys-libs/glibc/metadata.xml index b32c212616a7..a9538704369e 100644 --- a/sys-libs/glibc/metadata.xml +++ b/sys-libs/glibc/metadata.xml @@ -10,7 +10,7 @@ <flag name="debug">When USE=hardened, allow fortify/stack violations to dump core (SIGABRT) and not kill self (SIGKILL)</flag> <flag name="gd">build memusage and memusagestat tools</flag> <flag name="nscd">Build, and enable support for, the Name Service Cache Daemon</flag> - <flag name="rpc">Enable obsolete RPC/NIS layers (disabling is experimental -- see bug 381391)</flag> + <flag name="rpc">Enable obsolete RPC/NIS layers</flag> <flag name="suid">Make internal pt_chown helper setuid -- not needed if using Linux and have /dev/pts mounted with gid=5</flag> <flag name="systemtap">enable systemtap static probe points</flag> </use> |