summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-09-07 17:56:00 +0200
committerJustin Lecher <jlec@gentoo.org>2015-09-07 17:58:41 +0200
commit438605963973a406d2631521da60e3964c47fe0a (patch)
tree3bdbb5735bae2129a3f360b16d7c4fe26991febd /dev-util/google-perftools
parentdev-util/shellcheck: Fix vesion correctly (diff)
downloadgentoo-438605963973a406d2631521da60e3964c47fe0a.tar.gz
gentoo-438605963973a406d2631521da60e3964c47fe0a.tar.bz2
gentoo-438605963973a406d2631521da60e3964c47fe0a.zip
ADd missing remote-id entries
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-util/google-perftools')
-rw-r--r--dev-util/google-perftools/metadata.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/google-perftools/metadata.xml b/dev-util/google-perftools/metadata.xml
index 450a4d64b8ac..e3c97b0b8830 100644
--- a/dev-util/google-perftools/metadata.xml
+++ b/dev-util/google-perftools/metadata.xml
@@ -4,23 +4,23 @@
<maintainer>
<email>flameeyes@gentoo.org</email>
</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>
</use>
+ <upstream>
+ <remote-id type="github">gperftools/gperftools</remote-id>
+ </upstream>
</pkgmetadata>