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 22A101396D0 for ; Fri, 1 Sep 2017 03:55:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64E87E0D2E; Fri, 1 Sep 2017 03:55:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 42ECCE0D2E for ; Fri, 1 Sep 2017 03:55:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 ECD0234071C for ; Fri, 1 Sep 2017 03:55:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8000389CA for ; Fri, 1 Sep 2017 03:55:25 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1504238077.8eed4dd23eb22fe46502d8a13af79d16b9961fb5.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/ceph/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/ceph/ceph-12.2.0.ebuild X-VCS-Directories: sys-cluster/ceph/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 8eed4dd23eb22fe46502d8a13af79d16b9961fb5 X-VCS-Branch: master Date: Fri, 1 Sep 2017 03:55:25 +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: 02366c34-33af-44b4-adcc-100dcf598291 X-Archives-Hash: 82da49167ee3d48e5e4de3b1a5291f7d commit: 8eed4dd23eb22fe46502d8a13af79d16b9961fb5 Author: Zac Medico gentoo org> AuthorDate: Fri Sep 1 03:54:26 2017 +0000 Commit: Zac Medico gentoo org> CommitDate: Fri Sep 1 03:54:37 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eed4dd2 sys-cluster/ceph: specify PYTHON_USEDEP in boost dep Package-Manager: Portage-2.3.8, Repoman-2.3.2 sys-cluster/ceph/ceph-12.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/ceph/ceph-12.2.0.ebuild b/sys-cluster/ceph/ceph-12.2.0.ebuild index 86ffb9c4fef..e5e89e7a1c7 100644 --- a/sys-cluster/ceph/ceph-12.2.0.ebuild +++ b/sys-cluster/ceph/ceph-12.2.0.ebuild @@ -38,7 +38,7 @@ COMMON_DEPEND=" app-arch/snappy:=[static-libs?] app-arch/zstd:=[static-libs?] app-misc/jq:=[static-libs?] - dev-libs/boost:=[threads,context,static-libs?] + dev-libs/boost:=[threads,context,static-libs?,${PYTHON_USEDEP}] dev-libs/crypto++:=[static-libs?] dev-libs/leveldb:=[snappy,static-libs?] dev-libs/libaio:=[static-libs?]