diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-06-06 01:32:55 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-06-06 01:33:18 -0700 |
commit | f0c5e15a5781e8b35b4ee8fd2f7b37af9d4b4234 (patch) | |
tree | 4ce6d06d225d1dbac2b967d030e3835f3ed012d9 /dev-util | |
parent | net-misc/networkmanager: bump to 1.20.12 (diff) | |
download | gentoo-f0c5e15a5781e8b35b4ee8fd2f7b37af9d4b4234.tar.gz gentoo-f0c5e15a5781e8b35b4ee8fd2f7b37af9d4b4234.tar.bz2 gentoo-f0c5e15a5781e8b35b4ee8fd2f7b37af9d4b4234.zip |
dev-util/google-perftools: fix whitespace in metadata.xml
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/google-perftools/metadata.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/dev-util/google-perftools/metadata.xml b/dev-util/google-perftools/metadata.xml index 2107df0319b5..64f38d90459e 100644 --- a/dev-util/google-perftools/metadata.xml +++ b/dev-util/google-perftools/metadata.xml @@ -8,22 +8,22 @@ <use> <flag name="largepages"> Use (experimental) larger pages for tcmalloc, this increases - memory usage, but should speed up the allocation/free - operations. + memory usage, but should speed up the allocation/free + operations. </flag> <flag name="debug"> - Build a set of libraries with debug support (so-called - debugalloc). These are available by default but are not needed - unless you're actually developing using tcmalloc. + Build a set of libraries with debug support (so-called + debugalloc). These are available by default but are not needed + unless you're actually developing using tcmalloc. </flag> <flag name="minimal"> - Only build the tcmalloc_minimal library, ignoring the heap - checker and the profilers. + Only build the tcmalloc_minimal library, ignoring the heap + checker and the profilers. </flag> <flag name="optimisememory"> To build libtcmalloc with smaller internal caches. </flag> - </use> + </use> <upstream> <remote-id type="github">gperftools/gperftools</remote-id> </upstream> |