summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2012-01-14 17:27:31 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2012-01-14 17:27:31 +0000
commitdc03be71d020ef6897df2f8d8eb3c3a5d941efd7 (patch)
tree217a5793615379d7730422899a259fa82d304ec5 /sys-cluster/gearmand
parentx86 stable, bug #393007 (diff)
downloadgentoo-2-dc03be71d020ef6897df2f8d8eb3c3a5d941efd7.tar.gz
gentoo-2-dc03be71d020ef6897df2f8d8eb3c3a5d941efd7.tar.bz2
gentoo-2-dc03be71d020ef6897df2f8d8eb3c3a5d941efd7.zip
tcmalloc is now global
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster/gearmand')
-rw-r--r--sys-cluster/gearmand/ChangeLog7
-rw-r--r--sys-cluster/gearmand/metadata.xml5
2 files changed, 5 insertions, 7 deletions
diff --git a/sys-cluster/gearmand/ChangeLog b/sys-cluster/gearmand/ChangeLog
index 2c6f2a50d3a9..b82f2a38a893 100644
--- a/sys-cluster/gearmand/ChangeLog
+++ b/sys-cluster/gearmand/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-cluster/gearmand
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/gearmand/ChangeLog,v 1.11 2011/10/22 00:31:33 flameeyes Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/gearmand/ChangeLog,v 1.12 2012/01/14 17:27:31 xarthisius Exp $
+
+ 14 Jan 2012; Kacper Kowalik <xarthisius@gentoo.org> metadata.xml:
+ tcmalloc is now global
*gearmand-0.24 (22 Oct 2011)
diff --git a/sys-cluster/gearmand/metadata.xml b/sys-cluster/gearmand/metadata.xml
index b324e8ace52f..b78f694763bc 100644
--- a/sys-cluster/gearmand/metadata.xml
+++ b/sys-cluster/gearmand/metadata.xml
@@ -10,11 +10,6 @@
</maintainer>
<use>
- <flag name="tcmalloc">
- Use the <pkg>dev-util/google-perftools</pkg> libraries to
- replace the malloc() implementation with a possibly faster one.
- </flag>
-
<flag name="memcache">
Support memcache daemon (via <pkg>dev-libs/libmemcached</pkg>)
for the queue storage.