diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2012-01-14 17:24:31 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2012-01-14 17:24:31 +0000 |
commit | 145749ec24f196274725833cf322404fd405a9f4 (patch) | |
tree | ac7a373e8d70a335198791965b4353adb5b848d3 /dev-db/haildb | |
parent | x86 stable, bug #393007 (diff) | |
download | historical-145749ec24f196274725833cf322404fd405a9f4.tar.gz historical-145749ec24f196274725833cf322404fd405a9f4.tar.bz2 historical-145749ec24f196274725833cf322404fd405a9f4.zip |
tcmalloc is now global
Package-Manager: portage-2.2.0_alpha84/cvs/Linux x86_64
Diffstat (limited to 'dev-db/haildb')
-rw-r--r-- | dev-db/haildb/ChangeLog | 7 | ||||
-rw-r--r-- | dev-db/haildb/metadata.xml | 5 |
2 files changed, 5 insertions, 7 deletions
diff --git a/dev-db/haildb/ChangeLog b/dev-db/haildb/ChangeLog index 94966d9cd7c7..e94d4ce5ffb7 100644 --- a/dev-db/haildb/ChangeLog +++ b/dev-db/haildb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/haildb -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/haildb/ChangeLog,v 1.5 2011/02/03 12:24:55 flameeyes Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/haildb/ChangeLog,v 1.6 2012/01/14 17:23:46 xarthisius Exp $ + + 14 Jan 2012; Kacper Kowalik <xarthisius@gentoo.org> metadata.xml: + tcmalloc is now global 03 Feb 2011; Diego E. Pettenò <flameeyes@gentoo.org> haildb-2.3.2.ebuild: Fix header (why does repoman not stop me?) diff --git a/dev-db/haildb/metadata.xml b/dev-db/haildb/metadata.xml index 51e1b3029170..30b613e62807 100644 --- a/dev-db/haildb/metadata.xml +++ b/dev-db/haildb/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="zlib"> Add support for compressed tables through <pkg>sys-libs/zlib</pkg>. |