diff options
author | Sam James <sam@gentoo.org> | 2022-01-03 07:43:10 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-03 07:43:10 +0000 |
commit | c11e2cbe480b91838538a251ae84bf23c6825819 (patch) | |
tree | 4e31824ce4d72ead4da2f085963ef87b7b9cd483 /sys-fs/mdadm | |
parent | sys-fs/mdadm: various build fixes (diff) | |
download | gentoo-c11e2cbe480b91838538a251ae84bf23c6825819.tar.gz gentoo-c11e2cbe480b91838538a251ae84bf23c6825819.tar.bz2 gentoo-c11e2cbe480b91838538a251ae84bf23c6825819.zip |
sys-fs/mdadm: drop extra line
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs/mdadm')
-rw-r--r-- | sys-fs/mdadm/mdadm-4.2-r1.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys-fs/mdadm/mdadm-4.2-r1.ebuild b/sys-fs/mdadm/mdadm-4.2-r1.ebuild index 0a79356c4210..c5fe5d5dfb8d 100644 --- a/sys-fs/mdadm/mdadm-4.2-r1.ebuild +++ b/sys-fs/mdadm/mdadm-4.2-r1.ebuild @@ -25,7 +25,6 @@ DEPEND="udev? ( )" RDEPEND=">=sys-apps/util-linux-2.16 udev? ( !static? ( virtual/libudev:= ) )" -DEPEND="${RDEPEND}" # The tests edit values in /proc and run tests on software raid devices. # Thus, they shouldn't be run on systems with active software RAID devices. |