diff options
author | Brent Baude <ranger@gentoo.org> | 2012-03-26 15:46:06 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2012-03-26 15:46:06 +0000 |
commit | e8e739847cd660ec51a7921f0d3047e67aaf5a91 (patch) | |
tree | ceae6d3202028d8671f63b3e6be631caf974e87a /dev-libs/jemalloc | |
parent | Marking hyphen-2.8.3 ppc64 for bug 398521 (diff) | |
download | historical-e8e739847cd660ec51a7921f0d3047e67aaf5a91.tar.gz historical-e8e739847cd660ec51a7921f0d3047e67aaf5a91.tar.bz2 historical-e8e739847cd660ec51a7921f0d3047e67aaf5a91.zip |
Marking jemalloc-2.2.5 ppc64 for bug 398521
Package-Manager: portage-2.1.10.11/cvs/Linux ppc64
Diffstat (limited to 'dev-libs/jemalloc')
-rw-r--r-- | dev-libs/jemalloc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/jemalloc/jemalloc-2.2.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/jemalloc/ChangeLog b/dev-libs/jemalloc/ChangeLog index 92846c460d3b..fe2eb16b83df 100644 --- a/dev-libs/jemalloc/ChangeLog +++ b/dev-libs/jemalloc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/jemalloc # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/jemalloc/ChangeLog,v 1.10 2012/02/26 04:05:32 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/jemalloc/ChangeLog,v 1.11 2012/03/26 15:46:06 ranger Exp $ + + 26 Mar 2012; Brent Baude <ranger@gentoo.org> jemalloc-2.2.5.ebuild: + Marking jemalloc-2.2.5 ppc64 for bug 398521 *jemalloc-2.2.5-r1 (26 Feb 2012) diff --git a/dev-libs/jemalloc/jemalloc-2.2.5.ebuild b/dev-libs/jemalloc/jemalloc-2.2.5.ebuild index 634e40e31ee0..2be2784047db 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-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.2 2012/01/16 11:56:23 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/jemalloc/jemalloc-2.2.5.ebuild,v 1.3 2012/03/26 15:46:06 ranger 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" |