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 E8262138334 for ; Fri, 26 Oct 2018 18:58:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D5E3E0973; Fri, 26 Oct 2018 18:58:02 +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 148DEE0967 for ; Fri, 26 Oct 2018 18:58:02 +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 B9437335C8F for ; Fri, 26 Oct 2018 18:57:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45C313F0 for ; Fri, 26 Oct 2018 18:57:58 +0000 (UTC) From: "Sven Wegener" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Wegener" Message-ID: <1540579858.80c6cc9ada32e98f7d3d2e1239b2a0e9351037b8.swegener@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.6.4-r1.ebuild sys-fs/multipath-tools/multipath-tools-0.7.7.ebuild sys-fs/multipath-tools/multipath-tools-0.7.8.ebuild X-VCS-Directories: sys-fs/multipath-tools/ X-VCS-Committer: swegener X-VCS-Committer-Name: Sven Wegener X-VCS-Revision: 80c6cc9ada32e98f7d3d2e1239b2a0e9351037b8 X-VCS-Branch: master Date: Fri, 26 Oct 2018 18:57:58 +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: a37981b2-77fc-4eb6-9556-db59e6855991 X-Archives-Hash: ca977187c68f9f612dd2dfc686182ae7 commit: 80c6cc9ada32e98f7d3d2e1239b2a0e9351037b8 Author: Sven Wegener gentoo org> AuthorDate: Fri Oct 26 18:50:20 2018 +0000 Commit: Sven Wegener gentoo org> CommitDate: Fri Oct 26 18:50:58 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80c6cc9a sys-fs/multipath-tools: Add sub-slot dependency for userspace-rcu Signed-off-by: Sven Wegener gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 sys-fs/multipath-tools/multipath-tools-0.6.4-r1.ebuild | 4 ++-- sys-fs/multipath-tools/multipath-tools-0.7.7.ebuild | 4 ++-- sys-fs/multipath-tools/multipath-tools-0.7.8.ebuild | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sys-fs/multipath-tools/multipath-tools-0.6.4-r1.ebuild b/sys-fs/multipath-tools/multipath-tools-0.6.4-r1.ebuild index 9b0d1774bf8..89238dd765f 100644 --- a/sys-fs/multipath-tools/multipath-tools-0.6.4-r1.ebuild +++ b/sys-fs/multipath-tools/multipath-tools-0.6.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,7 +17,7 @@ IUSE="systemd rbd" RDEPEND=">=sys-fs/lvm2-2.02.45 >=virtual/udev-171 dev-libs/libaio - dev-libs/userspace-rcu + dev-libs/userspace-rcu:= sys-libs/readline:0= rbd? ( sys-cluster/ceph ) systemd? ( sys-apps/systemd )" diff --git a/sys-fs/multipath-tools/multipath-tools-0.7.7.ebuild b/sys-fs/multipath-tools/multipath-tools-0.7.7.ebuild index 2fc108707b4..6d0be1d4eb2 100644 --- a/sys-fs/multipath-tools/multipath-tools-0.7.7.ebuild +++ b/sys-fs/multipath-tools/multipath-tools-0.7.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -17,7 +17,7 @@ IUSE="systemd rbd" RDEPEND=" dev-libs/json-c:= dev-libs/libaio - dev-libs/userspace-rcu + dev-libs/userspace-rcu:= >=sys-fs/lvm2-2.02.45 >=virtual/udev-171 sys-libs/readline:0= diff --git a/sys-fs/multipath-tools/multipath-tools-0.7.8.ebuild b/sys-fs/multipath-tools/multipath-tools-0.7.8.ebuild index 4740cf8fca7..6d0be1d4eb2 100644 --- a/sys-fs/multipath-tools/multipath-tools-0.7.8.ebuild +++ b/sys-fs/multipath-tools/multipath-tools-0.7.8.ebuild @@ -17,7 +17,7 @@ IUSE="systemd rbd" RDEPEND=" dev-libs/json-c:= dev-libs/libaio - dev-libs/userspace-rcu + dev-libs/userspace-rcu:= >=sys-fs/lvm2-2.02.45 >=virtual/udev-171 sys-libs/readline:0=