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 1B035138334 for ; Sun, 17 Jun 2018 20:34:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 904DEE0965; Sun, 17 Jun 2018 20:34:47 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 63738E0964 for ; Sun, 17 Jun 2018 20:34:47 +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 DE517335CC9 for ; Sun, 17 Jun 2018 20:34:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39B972E3 for ; Sun, 17 Jun 2018 20:34:42 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1529267640.d1b3333706ad31da157cac40c4c249f448afb113.soap@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-r2.ebuild X-VCS-Directories: sys-cluster/ceph/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: d1b3333706ad31da157cac40c4c249f448afb113 X-VCS-Branch: master Date: Sun, 17 Jun 2018 20:34:42 +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: 69389fca-3eb8-4e8c-96ae-9416b886b253 X-Archives-Hash: 6cb3d62af707003778808e0c34c4bb74 commit: d1b3333706ad31da157cac40c4c249f448afb113 Author: Louis Sautier gmail com> AuthorDate: Sat Jun 16 00:09:11 2018 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Jun 17 20:34:00 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1b33337 sys-cluster/ceph: add slot operator to dev-libs/leveldb Package-Manager: Portage-2.3.40, Repoman-2.3.9 sys-cluster/ceph/ceph-10.2.3-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-cluster/ceph/ceph-10.2.3-r2.ebuild b/sys-cluster/ceph/ceph-10.2.3-r2.ebuild index 9453bf66abc..74e61b4aceb 100644 --- a/sys-cluster/ceph/ceph-10.2.3-r2.ebuild +++ b/sys-cluster/ceph/ceph-10.2.3-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -34,7 +34,7 @@ COMMON_DEPEND=" app-arch/bzip2 dev-libs/boost:=[threads] dev-libs/libaio - dev-libs/leveldb[snappy] + dev-libs/leveldb:=[snappy] nss? ( dev-libs/nss ) libatomic? ( dev-libs/libatomic_ops ) cryptopp? ( dev-libs/crypto++:= )