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 A09491396D0 for ; Tue, 8 Aug 2017 07:21:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09E17E0BA0; Tue, 8 Aug 2017 07:21:58 +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 E071DE0BA0 for ; Tue, 8 Aug 2017 07:21:57 +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 1672C3419BF for ; Tue, 8 Aug 2017 07:21:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 58DA575EB for ; Tue, 8 Aug 2017 07:21:52 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1502176906.9d6469c1d6f9cf3556f8c4c2480397a2ca53ed88.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/multipath-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/multipath-tools/multipath-tools-0.7.1.ebuild X-VCS-Directories: sys-fs/multipath-tools/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 9d6469c1d6f9cf3556f8c4c2480397a2ca53ed88 X-VCS-Branch: master Date: Tue, 8 Aug 2017 07:21:52 +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: 529f2961-84d5-4e64-8daa-5df1efcc199f X-Archives-Hash: 1a6b2a81c623970dc88418f3ed9e6b4b commit: 9d6469c1d6f9cf3556f8c4c2480397a2ca53ed88 Author: Lars Wendler gentoo org> AuthorDate: Tue Aug 8 07:21:46 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Aug 8 07:21:46 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d6469c1 sys-fs/multipath-tools: Added dev-libs/json-c to RDEPEND (bug #626912). Package-Manager: Portage-2.3.6, Repoman-2.3.3 sys-fs/multipath-tools/multipath-tools-0.7.1.ebuild | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/sys-fs/multipath-tools/multipath-tools-0.7.1.ebuild b/sys-fs/multipath-tools/multipath-tools-0.7.1.ebuild index 3c1f4dbdfca..fdc2ed3abb6 100644 --- a/sys-fs/multipath-tools/multipath-tools-0.7.1.ebuild +++ b/sys-fs/multipath-tools/multipath-tools-0.7.1.ebuild @@ -14,15 +14,20 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" IUSE="systemd rbd" -RDEPEND=">=sys-fs/lvm2-2.02.45 - >=virtual/udev-171 +RDEPEND=" + dev-libs/json-c dev-libs/libaio dev-libs/userspace-rcu + >=sys-fs/lvm2-2.02.45 + >=virtual/udev-171 sys-libs/readline:0= rbd? ( sys-cluster/ceph ) - systemd? ( sys-apps/systemd )" -DEPEND="${RDEPEND} - virtual/pkgconfig" + systemd? ( sys-apps/systemd ) +" +DEPEND=" + ${RDEPEND} + virtual/pkgconfig +" CONFIG_CHECK="~DM_MULTIPATH"