diff options
Diffstat (limited to 'dev-util/google-perftools/metadata.xml')
-rw-r--r-- | dev-util/google-perftools/metadata.xml | 49 |
1 files changed, 26 insertions, 23 deletions
diff --git a/dev-util/google-perftools/metadata.xml b/dev-util/google-perftools/metadata.xml index d0d5d6f4d6af..2107df0319b5 100644 --- a/dev-util/google-perftools/metadata.xml +++ b/dev-util/google-perftools/metadata.xml @@ -1,27 +1,30 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <!--maintainer-needed--> - <use> - <flag name="largepages"> - Use (experimental) larger pages for tcmalloc, this increases - 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. - </flag> - <flag name="minimal"> - 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> - <upstream> - <remote-id type="github">gperftools/gperftools</remote-id> - </upstream> + <maintainer type="person"> + <email>gyakovlev@gentoo.org</email> + <name>Georgy Yakovlev</name> + </maintainer> + <use> + <flag name="largepages"> + Use (experimental) larger pages for tcmalloc, this increases + 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. + </flag> + <flag name="minimal"> + 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> + <upstream> + <remote-id type="github">gperftools/gperftools</remote-id> + </upstream> </pkgmetadata> |