Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/mdadm/
Date: Mon, 03 Jan 2022 07:49:01
Message-Id: 1641195790.c11e2cbe480b91838538a251ae84bf23c6825819.sam@gentoo
1 commit: c11e2cbe480b91838538a251ae84bf23c6825819
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 3 07:43:10 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 3 07:43:10 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c11e2cbe
7
8 sys-fs/mdadm: drop extra line
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-fs/mdadm/mdadm-4.2-r1.ebuild | 1 -
13 1 file changed, 1 deletion(-)
14
15 diff --git a/sys-fs/mdadm/mdadm-4.2-r1.ebuild b/sys-fs/mdadm/mdadm-4.2-r1.ebuild
16 index 0a79356c4210..c5fe5d5dfb8d 100644
17 --- a/sys-fs/mdadm/mdadm-4.2-r1.ebuild
18 +++ b/sys-fs/mdadm/mdadm-4.2-r1.ebuild
19 @@ -25,7 +25,6 @@ DEPEND="udev? (
20 )"
21 RDEPEND=">=sys-apps/util-linux-2.16
22 udev? ( !static? ( virtual/libudev:= ) )"
23 -DEPEND="${RDEPEND}"
24
25 # The tests edit values in /proc and run tests on software raid devices.
26 # Thus, they shouldn't be run on systems with active software RAID devices.