From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 12D2D1382BE for ; Fri, 17 Jun 2016 16:27:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3241E0A44; Fri, 17 Jun 2016 16:27:55 +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 3BCCBE0A44 for ; Fri, 17 Jun 2016 16:27:55 +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 9DE6334058A for ; Fri, 17 Jun 2016 16:27:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DFD96209B for ; Fri, 17 Jun 2016 16:27:50 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1466180844.1ba948904c3570a6ea38d4d6cc163b6e7512005e.aballier@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.2.ebuild sys-cluster/ceph/ceph-9999.ebuild X-VCS-Directories: sys-cluster/ceph/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 1ba948904c3570a6ea38d4d6cc163b6e7512005e X-VCS-Branch: master Date: Fri, 17 Jun 2016 16:27:50 +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: bae5f2ed-e7d0-4c55-b094-e89cf1f54ea1 X-Archives-Hash: f2c7425f1b290cff152b125ec148aee9 commit: 1ba948904c3570a6ea38d4d6cc163b6e7512005e Author: Alexis Ballier gentoo org> AuthorDate: Fri Jun 17 11:56:01 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri Jun 17 16:27:24 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ba94890 sys-cluster/ceph: sphinx is only needed to build manpages, at build time. Package-Manager: portage-2.3.0_rc1 sys-cluster/ceph/ceph-10.2.2.ebuild | 2 +- sys-cluster/ceph/ceph-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-cluster/ceph/ceph-10.2.2.ebuild b/sys-cluster/ceph/ceph-10.2.2.ebuild index e667861..305c5a6 100644 --- a/sys-cluster/ceph/ceph-10.2.2.ebuild +++ b/sys-cluster/ceph/ceph-10.2.2.ebuild @@ -35,7 +35,6 @@ COMMON_DEPEND=" app-arch/snappy dev-libs/boost:=[threads] dev-libs/libaio - dev-python/sphinx[$(python_gen_usedep 'python2*')] dev-libs/leveldb[snappy] nss? ( dev-libs/nss ) libatomic? ( dev-libs/libatomic_ops ) @@ -69,6 +68,7 @@ DEPEND="${COMMON_DEPEND} app-arch/cpio sys-apps/lsb-release virtual/pkgconfig + dev-python/sphinx test? ( sys-fs/btrfs-progs sys-apps/grep[pcre] diff --git a/sys-cluster/ceph/ceph-9999.ebuild b/sys-cluster/ceph/ceph-9999.ebuild index 8fa462b..832ec6d 100644 --- a/sys-cluster/ceph/ceph-9999.ebuild +++ b/sys-cluster/ceph/ceph-9999.ebuild @@ -33,7 +33,6 @@ COMMON_DEPEND=" dev-libs/boost:=[threads] dev-libs/fcgi dev-libs/libaio - dev-python/sphinx[$(python_gen_usedep 'python2*')] dev-libs/leveldb[snappy] nss? ( dev-libs/nss ) libatomic? ( dev-libs/libatomic_ops ) @@ -66,6 +65,7 @@ DEPEND="${COMMON_DEPEND} app-arch/cpio sys-apps/lsb-release virtual/pkgconfig + dev-python/sphinx test? ( sys-fs/btrfs-progs sys-apps/grep[pcre]