diff options
author | 2025-02-15 20:38:49 +0100 | |
---|---|---|
committer | 2025-02-15 20:38:49 +0100 | |
commit | e58a8e13c3d13bf7b7a328ace1cb9710e9bad9c6 (patch) | |
tree | 6aef5a6b201051358da457bce83b0330907d88b7 /sys-fs | |
parent | dev-python/orjson: Stabilize 3.10.15 ppc64, #949462 (diff) | |
download | gentoo-e58a8e13c3d13bf7b7a328ace1cb9710e9bad9c6.tar.gz gentoo-e58a8e13c3d13bf7b7a328ace1cb9710e9bad9c6.tar.bz2 gentoo-e58a8e13c3d13bf7b7a328ace1cb9710e9bad9c6.zip |
sys-fs/mdadm: Stabilize 4.3-r1 ppc64, #949699
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/mdadm/mdadm-4.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/mdadm/mdadm-4.3-r1.ebuild b/sys-fs/mdadm/mdadm-4.3-r1.ebuild index 140f5323f71f..0f2ec6986ebd 100644 --- a/sys-fs/mdadm/mdadm-4.3-r1.ebuild +++ b/sys-fs/mdadm/mdadm-4.3-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 ~loong ~ppc ~ppc64 ~riscv ~sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~sparc x86" IUSE="static systemd +udev corosync" REQUIRED_USE="static? ( !udev )" |