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 1375C138334 for ; Wed, 17 Apr 2019 01:36:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A74C2E08D0; Wed, 17 Apr 2019 01:36:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 82A58E08D0 for ; Wed, 17 Apr 2019 01:36:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CB359341417 for ; Wed, 17 Apr 2019 01:36:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B218266 for ; Wed, 17 Apr 2019 01:36:36 +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: <1555464976.6110b0e74e02c5b0a5df1caf1fb1f62f22c1bee9.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-14.2.0-r5.ebuild X-VCS-Directories: sys-cluster/ceph/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 6110b0e74e02c5b0a5df1caf1fb1f62f22c1bee9 X-VCS-Branch: master Date: Wed, 17 Apr 2019 01:36:36 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9faf5e3c-5972-43c8-8582-48300d7012e5 X-Archives-Hash: b39901e312a80ed47fed31a0be349674 commit: 6110b0e74e02c5b0a5df1caf1fb1f62f22c1bee9 Author: Patrick McLean sony com> AuthorDate: Wed Apr 17 01:36:16 2019 +0000 Commit: Patrick McLean gentoo org> CommitDate: Wed Apr 17 01:36:16 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6110b0e7 sys-cluster/ceph: version lock boost dep in 14.2.0 Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.63, Repoman-2.3.12 Signed-off-by: Patrick McLean gentoo.org> sys-cluster/ceph/ceph-14.2.0-r5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/ceph/ceph-14.2.0-r5.ebuild b/sys-cluster/ceph/ceph-14.2.0-r5.ebuild index 3484f7a13d0..7b499e4cb03 100644 --- a/sys-cluster/ceph/ceph-14.2.0-r5.ebuild +++ b/sys-cluster/ceph/ceph-14.2.0-r5.ebuild @@ -72,7 +72,7 @@ COMMON_DEPEND=" ) ) system-boost? ( - >=dev-libs/boost-1.67:=[threads,context,python,static-libs?,${PYTHON_USEDEP}] + ~dev-libs/boost-1.67:=[threads,context,python,static-libs?,${PYTHON_USEDEP}] ) jemalloc? ( dev-libs/jemalloc:=[static-libs?] ) !jemalloc? ( >=dev-util/google-perftools-2.4:=[static-libs?] )