diff options
-rw-r--r-- | dev-libs/jemalloc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/jemalloc/jemalloc-3.0.0.ebuild | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-libs/jemalloc/ChangeLog b/dev-libs/jemalloc/ChangeLog index 3ed2b84612d6..10828ed9c243 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.19 2012/06/07 21:40:36 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/jemalloc/ChangeLog,v 1.20 2012/08/05 01:38:28 jer Exp $ + + 05 Aug 2012; Jeroen Roovers <jer@gentoo.org> jemalloc-3.0.0.ebuild: + Marked ~hppa (bug #429946). 07 Jun 2012; Brent Baude <ranger@gentoo.org> jemalloc-2.2.5-r1.ebuild: Marking jemalloc-2.2.5-r1 ppc for bug 418743 diff --git a/dev-libs/jemalloc/jemalloc-3.0.0.ebuild b/dev-libs/jemalloc/jemalloc-3.0.0.ebuild index 6ad5938c5e63..409e9785fd27 100644 --- a/dev-libs/jemalloc/jemalloc-3.0.0.ebuild +++ b/dev-libs/jemalloc/jemalloc-3.0.0.ebuild @@ -1,10 +1,10 @@ # 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-3.0.0.ebuild,v 1.1 2012/06/01 13:05:15 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/jemalloc/jemalloc-3.0.0.ebuild,v 1.2 2012/08/05 01:38:28 jer Exp $ EAPI=4 -inherit autotools eutils +inherit autotools eutils flag-o-matic DESCRIPTION="Jemalloc is a general-purpose scalable concurrent allocator" HOMEPAGE="http://www.canonware.com/jemalloc/" @@ -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 ~hppa ~ppc ~ppc64 ~x86" IUSE="debug static-libs stats" @@ -29,6 +29,7 @@ src_prepare() { } src_configure() { + use hppa && append-cppflags -DLG_QUANTUM=4 econf \ --with-jemalloc-prefix=j \ $(use_enable debug) \ |