From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3D204139083 for ; Wed, 14 Dec 2016 00:35:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88D2F21C2E5; Wed, 14 Dec 2016 00:35:12 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6380D21C2E5 for ; Wed, 14 Dec 2016 00:35:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BABC2340F2A for ; Wed, 14 Dec 2016 00:35:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28A971F2F for ; Wed, 14 Dec 2016 00:35:09 +0000 (UTC) From: "Jory Pratt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" Message-ID: <1481675664.1f5e62029c6739ee020821031f03c278ca73fe79.anarchy@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: dev-libs/jemalloc/ X-VCS-Repository: proj/mozilla X-VCS-Files: dev-libs/jemalloc/jemalloc-4.4.0.ebuild X-VCS-Directories: dev-libs/jemalloc/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: 1f5e62029c6739ee020821031f03c278ca73fe79 X-VCS-Branch: master Date: Wed, 14 Dec 2016 00:35:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 311a26d7-9208-4de8-8e00-d37adba1abb5 X-Archives-Hash: ab11f636ab5ab86255d5f7cdee2b2733 commit: 1f5e62029c6739ee020821031f03c278ca73fe79 Author: Jory A. Pratt gentoo org> AuthorDate: Wed Dec 14 00:34:24 2016 +0000 Commit: Jory Pratt gentoo 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/"