Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/
Date: Sat, 25 Jun 2022 21:40:09
Message-Id: 1656193168.c3e6cb5b191daa60b19f25f7f30765e85b962dc1.sam@gentoo
1 commit: c3e6cb5b191daa60b19f25f7f30765e85b962dc1
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 25 21:20:46 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 25 21:39:28 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3e6cb5b
7
8 sys-libs/glibc: update metadata indentation
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-libs/glibc/metadata.xml | 48 ++++++++++++++++++++++-----------------------
13 1 file changed, 24 insertions(+), 24 deletions(-)
14
15 diff --git a/sys-libs/glibc/metadata.xml b/sys-libs/glibc/metadata.xml
16 index bcaf604fa542..c64d2052ed07 100644
17 --- a/sys-libs/glibc/metadata.xml
18 +++ b/sys-libs/glibc/metadata.xml
19 @@ -1,28 +1,28 @@
20 <?xml version="1.0" encoding="UTF-8"?>
21 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
22 <pkgmetadata>
23 -<maintainer type="project">
24 - <email>toolchain@g.o</email>
25 - <name>Gentoo Toolchain Project</name>
26 -</maintainer>
27 -<use>
28 - <flag name="cet">Enable Intel Control-flow Enforcement Technology (needs binutils 2.29 and gcc 8)</flag>
29 - <flag name="clone3">Enable the new clone3 syscall within glibc. Can be disabled to allow compatibility with older Electron applications.</flag>
30 - <flag name="compile-locales">build *all* locales in src_install; this is generally meant for stage building only as it ignores /etc/locale.gen file and can be pretty slow</flag>
31 - <flag name="crypt">build and install libcrypt and crypt.h</flag>
32 - <flag name="debug">When USE=hardened, allow fortify/stack violations to dump core (SIGABRT) and not kill self (SIGKILL)</flag>
33 - <flag name="experimental-loong">Add experimental LoongArch patchset</flag>
34 - <flag name="gd">build memusage and memusagestat tools</flag>
35 - <flag name="multiarch">enable optimizations for multiple CPU architectures (detected at runtime)</flag>
36 - <flag name="multilib-bootstrap">Provide prebuilt libgcc.a and crt files if missing. Only needed for ABI switch.</flag>
37 - <flag name="nscd">Build, and enable support for, the Name Service Cache Daemon</flag>
38 - <flag name="ssp">protect stack of glibc internals</flag>
39 - <flag name="stack-realign">Realign the stack in the 32-bit build for compatibility with older binaries at slight performance cost</flag>
40 - <flag name="static-pie">Enable static PIE support (runtime files for -static-pie gcc option).</flag>
41 - <flag name="suid">Make internal pt_chown helper setuid -- not needed if using Linux and have /dev/pts mounted with gid=5</flag>
42 - <flag name="systemtap">enable systemtap static probe points</flag>
43 -</use>
44 -<upstream>
45 - <remote-id type="cpe">cpe:/a:gnu:glibc</remote-id>
46 -</upstream>
47 + <maintainer type="project">
48 + <email>toolchain@g.o</email>
49 + <name>Gentoo Toolchain Project</name>
50 + </maintainer>
51 + <use>
52 + <flag name="cet">Enable Intel Control-flow Enforcement Technology (needs binutils 2.29 and gcc 8)</flag>
53 + <flag name="clone3">Enable the new clone3 syscall within glibc. Can be disabled to allow compatibility with older Electron applications.</flag>
54 + <flag name="compile-locales">build *all* locales in src_install; this is generally meant for stage building only as it ignores /etc/locale.gen file and can be pretty slow</flag>
55 + <flag name="crypt">build and install libcrypt and crypt.h</flag>
56 + <flag name="debug">When USE=hardened, allow fortify/stack violations to dump core (SIGABRT) and not kill self (SIGKILL)</flag>
57 + <flag name="experimental-loong">Add experimental LoongArch patchset</flag>
58 + <flag name="gd">build memusage and memusagestat tools</flag>
59 + <flag name="multiarch">enable optimizations for multiple CPU architectures (detected at runtime)</flag>
60 + <flag name="multilib-bootstrap">Provide prebuilt libgcc.a and crt files if missing. Only needed for ABI switch.</flag>
61 + <flag name="nscd">Build, and enable support for, the Name Service Cache Daemon</flag>
62 + <flag name="ssp">protect stack of glibc internals</flag>
63 + <flag name="stack-realign">Realign the stack in the 32-bit build for compatibility with older binaries at slight performance cost</flag>
64 + <flag name="static-pie">Enable static PIE support (runtime files for -static-pie gcc option).</flag>
65 + <flag name="suid">Make internal pt_chown helper setuid -- not needed if using Linux and have /dev/pts mounted with gid=5</flag>
66 + <flag name="systemtap">enable systemtap static probe points</flag>
67 + </use>
68 + <upstream>
69 + <remote-id type="cpe">cpe:/a:gnu:glibc</remote-id>
70 + </upstream>
71 </pkgmetadata>