commit: 1f5e62029c6739ee020821031f03c278ca73fe79 Author: Jory A. Pratt <anarchy <AT> gentoo <DOT> org> AuthorDate: Wed Dec 14 00:34:24 2016 +0000 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org> CommitDate: Wed Dec 14 00:34:24 2016 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=1f5e6202
dev-libs/jemalloc - configure options not being passed, bug #602370 dev-libs/jemalloc/jemalloc-4.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/jemalloc/jemalloc-4.4.0.ebuild b/dev-libs/jemalloc/jemalloc-4.4.0.ebuild index 8e5b179..b5f2806 100644 --- a/dev-libs/jemalloc/jemalloc-4.4.0.ebuild +++ b/dev-libs/jemalloc/jemalloc-4.4.0.ebuild @@ -4,7 +4,7 @@ EAPI=6 -inherit toolchain-funcs multilib-build +inherit toolchain-funcs multilib-build multilib-minimal DESCRIPTION="Jemalloc is a general-purpose scalable concurrent allocator" HOMEPAGE="http://www.canonware.com/jemalloc/"
