commit: ea5c4a81a7f01e5a52765d5795081592e58dea90 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Sat Jun 8 13:31:00 2024 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Sat Jun 8 13:31:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea5c4a81
sys-apps/systemd-utils: build 99-systemd.rules for tests Closes: https://bugs.gentoo.org/933781 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> sys-apps/systemd-utils/systemd-utils-255.7-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys-apps/systemd-utils/systemd-utils-255.7-r1.ebuild b/sys-apps/systemd-utils/systemd-utils-255.7-r1.ebuild index dbab6cb8489d..cce058508a35 100644 --- a/sys-apps/systemd-utils/systemd-utils-255.7-r1.ebuild +++ b/sys-apps/systemd-utils/systemd-utils-255.7-r1.ebuild @@ -357,6 +357,8 @@ multilib_src_compile() { rules.d/50-udev-default.rules rules.d/60-persistent-storage.rules rules.d/64-btrfs.rules + # Needed for tests + rules.d/99-systemd.rules ) if use test; then targets+=(
