diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2021-03-05 20:02:34 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2021-03-05 20:02:40 +0100 |
commit | b55d381f4cef35fde84047590c2c6588f4973c6e (patch) | |
tree | 7fde12744cc6602bedb1ee9fe835784a7445a7b2 /sys-fs/mdadm | |
parent | dev-python/theano-pymc: Stabilize 1.1.2-r1 x86, #773448 (diff) | |
download | gentoo-b55d381f4cef35fde84047590c2c6588f4973c6e.tar.gz gentoo-b55d381f4cef35fde84047590c2c6588f4973c6e.tar.bz2 gentoo-b55d381f4cef35fde84047590c2c6588f4973c6e.zip |
sys-fs/mdadm: Bump to EAPI-7
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'sys-fs/mdadm')
-rw-r--r-- | sys-fs/mdadm/mdadm-4.1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-fs/mdadm/mdadm-4.1.ebuild b/sys-fs/mdadm/mdadm-4.1.ebuild index 0eda9d8fbc1f..e33bb8d1f8a7 100644 --- a/sys-fs/mdadm/mdadm-4.1.ebuild +++ b/sys-fs/mdadm/mdadm-4.1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit flag-o-matic multilib systemd toolchain-funcs udev DESCRIPTION="Tool for running RAID systems - replacement for the raidtools" @@ -16,9 +16,10 @@ SLOT="0" KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86" IUSE="static" -DEPEND="virtual/pkgconfig +BDEPEND="virtual/pkgconfig app-arch/xz-utils" RDEPEND=">=sys-apps/util-linux-2.16" +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. |