diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-04-03 21:38:33 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-04-03 21:38:33 +0300 |
commit | f85f62d191dc5daabca230d9974197f04d81bb2c (patch) | |
tree | 26b01cba2a1ad65e8cc62da7742f3618a160af5f /sys-fs/mdadm | |
parent | net-firewall/iptables: Stabilize 1.8.9 x86, #899338 (diff) | |
download | gentoo-f85f62d191dc5daabca230d9974197f04d81bb2c.tar.gz gentoo-f85f62d191dc5daabca230d9974197f04d81bb2c.tar.bz2 gentoo-f85f62d191dc5daabca230d9974197f04d81bb2c.zip |
sys-fs/mdadm: Stabilize 4.2-r1 hppa, #899352
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-fs/mdadm')
-rw-r--r-- | sys-fs/mdadm/mdadm-4.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/mdadm/mdadm-4.2-r1.ebuild b/sys-fs/mdadm/mdadm-4.2-r1.ebuild index c73efa5d3292..b2a145cd12f0 100644 --- a/sys-fs/mdadm/mdadm-4.2-r1.ebuild +++ b/sys-fs/mdadm/mdadm-4.2-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://www.kernel.org/pub/linux/utils/raid/mdadm/${P/_/-}.tar.xz LICENSE="GPL-2" SLOT="0" [[ "${PV}" = *_rc* ]] || \ -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv sparc x86" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv sparc x86" IUSE="static systemd +udev" # Only sys-fs/eudev provides static-libs right now, so if you have systemd, |