Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/open-iscsi/
Date: Mon, 26 Oct 2015 20:08:43
Message-Id: 1445888375.f2c1a8a62739b9cbbcb05c8af541383cdb1caa4f.mgorny@gentoo
1 commit: f2c1a8a62739b9cbbcb05c8af541383cdb1caa4f
2 Author: Jakub Jirutka <jakub <AT> jirutka <DOT> cz>
3 AuthorDate: Wed Oct 14 22:12:37 2015 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 26 19:39:35 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2c1a8a6
7
8 sys-block/open-iscsi: Remove unnecessary dependency (bug #563082)
9
10 sys-block/open-iscsi/open-iscsi-2.0.873.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/sys-block/open-iscsi/open-iscsi-2.0.873.ebuild b/sys-block/open-iscsi/open-iscsi-2.0.873.ebuild
14 index 34b33e3..5280861 100644
15 --- a/sys-block/open-iscsi/open-iscsi-2.0.873.ebuild
16 +++ b/sys-block/open-iscsi/open-iscsi-2.0.873.ebuild
17 @@ -19,7 +19,6 @@ IUSE="debug slp"
18
19 DEPEND="slp? ( net-libs/openslp )"
20 RDEPEND="${DEPEND}
21 - virtual/udev
22 sys-fs/lsscsi
23 sys-apps/util-linux"
24
25 @@ -79,6 +78,7 @@ src_install() {
26
27 insinto /etc/iscsi
28 newins "${FILESDIR}"/initiatorname.iscsi initiatorname.iscsi.example
29 +
30 # udev pieces
31 insinto /lib/udev/rules.d
32 doins "${FILESDIR}"/99-iscsi.rules