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 B59051382BD 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 187CAE0A5A; Fri, 17 Jun 2016 16:27:56 +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 58564E0A59 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 7000633BF44 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 F36892413 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.2edf56f29d2e261a76695d4d89b7273492fdaac4.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: 2edf56f29d2e261a76695d4d89b7273492fdaac4 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: 73cdc4f6-11dd-4a5a-bf7d-6a6fc6d2f405 X-Archives-Hash: 0a68b1478ee8708b0175452f98688140 commit: 2edf56f29d2e261a76695d4d89b7273492fdaac4 Author: Alexis Ballier gentoo org> AuthorDate: Fri Jun 17 13:56:14 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=2edf56f2 sys-cluster/ceph: Drop which & findutils deps. Those are in @system and cause me conflicts with busybox[make-symlinks] 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, 4 deletions(-) diff --git a/sys-cluster/ceph/ceph-10.2.2.ebuild b/sys-cluster/ceph/ceph-10.2.2.ebuild index 305c5a6..b9570a3 100644 --- a/sys-cluster/ceph/ceph-10.2.2.ebuild +++ b/sys-cluster/ceph/ceph-10.2.2.ebuild @@ -76,12 +76,10 @@ DEPEND="${COMMON_DEPEND} dev-python/virtualenv[${PYTHON_USEDEP}] )" RDEPEND="${COMMON_DEPEND} - sys-apps/which sys-apps/hdparm sys-block/parted sys-fs/cryptsetup sys-apps/gptfdisk - sys-apps/findutils dev-python/flask[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] " diff --git a/sys-cluster/ceph/ceph-9999.ebuild b/sys-cluster/ceph/ceph-9999.ebuild index 832ec6d..8887255 100644 --- a/sys-cluster/ceph/ceph-9999.ebuild +++ b/sys-cluster/ceph/ceph-9999.ebuild @@ -73,12 +73,10 @@ DEPEND="${COMMON_DEPEND} dev-python/virtualenv[${PYTHON_USEDEP}] )" RDEPEND="${COMMON_DEPEND} - sys-apps/which sys-apps/hdparm sys-block/parted sys-fs/cryptsetup sys-apps/gptfdisk - sys-apps/findutils dev-python/flask[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] "