From cbbd0affff57484156baa7fd0cf432f51e5c5c54 Mon Sep 17 00:00:00 2001 From: Georgy Yakovlev Date: Thu, 29 Oct 2020 21:33:44 -0700 Subject: sys-apps/systemd-tmpfiles: restrict tests on musl fails to build efi stuff, completely unrelated to tmpfiles. Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Georgy Yakovlev --- sys-apps/systemd-tmpfiles/systemd-tmpfiles-246.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys-apps/systemd-tmpfiles/systemd-tmpfiles-246.ebuild b/sys-apps/systemd-tmpfiles/systemd-tmpfiles-246.ebuild index 7585b1486ec6..81f82626e0fb 100644 --- a/sys-apps/systemd-tmpfiles/systemd-tmpfiles-246.ebuild +++ b/sys-apps/systemd-tmpfiles/systemd-tmpfiles-246.ebuild @@ -38,6 +38,10 @@ BDEPEND=" virtual/pkgconfig " +# test pass, but some unrelated efi parts that +# are impossible to skip fail to build +RESTRICT="elibc_musl? ( test )" + S="${WORKDIR}/systemd-${PV}" src_prepare() { -- cgit v1.2.3-65-gdbad