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 2650C138330 for ; Fri, 14 Oct 2016 18:19:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1ABE0E0BF0; Fri, 14 Oct 2016 18:19:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 0176DE0BF0 for ; Fri, 14 Oct 2016 18:19:10 +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 74C04340FC1 for ; Fri, 14 Oct 2016 18:19:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC7072EF for ; Fri, 14 Oct 2016 18:19:07 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1476469128.7ae092dd130689a1ce4fcd9f39ef1bb192af907c.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/ceph/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/ceph/ceph-10.2.3.ebuild X-VCS-Directories: sys-cluster/ceph/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 7ae092dd130689a1ce4fcd9f39ef1bb192af907c X-VCS-Branch: master Date: Fri, 14 Oct 2016 18:19:07 +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: d9b105b3-a42e-4d09-8384-9b96d01dc393 X-Archives-Hash: b1d35531f251eaf871398c37c7e9e862 commit: 7ae092dd130689a1ce4fcd9f39ef1bb192af907c Author: Patrick McLean gentoo org> AuthorDate: Fri Oct 14 18:18:48 2016 +0000 Commit: Patrick McLean gentoo org> CommitDate: Fri Oct 14 18:18:48 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ae092dd sys-cluster/ceph: Enable the tcmalloc USE flag by default Upstream strongly recommends using tcmalloc, they do not test at all without either tcmalloc or jemalloc. Package-Manager: portage-2.3.2 sys-cluster/ceph/ceph-10.2.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/ceph/ceph-10.2.3.ebuild b/sys-cluster/ceph/ceph-10.2.3.ebuild index 0d4c758..9027cfb 100644 --- a/sys-cluster/ceph/ceph-10.2.3.ebuild +++ b/sys-cluster/ceph/ceph-10.2.3.ebuild @@ -26,7 +26,7 @@ LICENSE="LGPL-2.1" SLOT="0" IUSE="babeltrace cephfs cryptopp debug fuse gtk jemalloc ldap +libaio" -IUSE+=" libatomic lttng +nss +radosgw static-libs tcmalloc test xfs zfs" +IUSE+=" libatomic lttng +nss +radosgw static-libs +tcmalloc test xfs zfs" # unbundling code commented out pending bugs 584056 and 584058 #>=dev-libs/jerasure-2.0.0-r1