diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-01-16 11:56:23 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-01-16 11:56:23 +0000 |
commit | 859884f59c61f8b5c165282ba3c1920a8454b62c (patch) | |
tree | a5328be8f2b6698158da9fb02fe0271eae90d9f2 /dev-libs/jemalloc | |
parent | Stable for amd64, wrt bug #398521 (diff) | |
download | historical-859884f59c61f8b5c165282ba3c1920a8454b62c.tar.gz historical-859884f59c61f8b5c165282ba3c1920a8454b62c.tar.bz2 historical-859884f59c61f8b5c165282ba3c1920a8454b62c.zip |
Stable for amd64, wrt bug #398521
Package-Manager: portage-2.1.10.41/cvs/Linux x86_64
Diffstat (limited to 'dev-libs/jemalloc')
-rw-r--r-- | dev-libs/jemalloc/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/jemalloc/jemalloc-2.2.5.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-libs/jemalloc/ChangeLog b/dev-libs/jemalloc/ChangeLog index 9c69ae42d34b..271537f69cb0 100644 --- a/dev-libs/jemalloc/ChangeLog +++ b/dev-libs/jemalloc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/jemalloc -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/jemalloc/ChangeLog,v 1.8 2011/11/20 19:30:06 anarchy Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/jemalloc/ChangeLog,v 1.9 2012/01/16 11:56:23 ago Exp $ + + 16 Jan 2012; Agostino Sarubbo <ago@gentoo.org> jemalloc-2.2.5.ebuild: + Stable for amd64, wrt bug #398521 *jemalloc-2.2.5 (20 Nov 2011) diff --git a/dev-libs/jemalloc/jemalloc-2.2.5.ebuild b/dev-libs/jemalloc/jemalloc-2.2.5.ebuild index b2d9a600e9b8..634e40e31ee0 100644 --- a/dev-libs/jemalloc/jemalloc-2.2.5.ebuild +++ b/dev-libs/jemalloc/jemalloc-2.2.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/jemalloc/jemalloc-2.2.5.ebuild,v 1.1 2011/11/20 19:30:06 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/jemalloc/jemalloc-2.2.5.ebuild,v 1.2 2012/01/16 11:56:23 ago Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="http://www.canonware.com/download/${PN}/${P}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc ~ppc64 ~x86" IUSE="debug stats" |