diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-10-29 21:33:44 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-10-29 21:35:00 -0700 |
commit | cbbd0affff57484156baa7fd0cf432f51e5c5c54 (patch) | |
tree | 79d36d845f4e42a3dea1ad710f7bf9fe88279434 /sys-apps/systemd-tmpfiles | |
parent | sys-apps/systemd-tmpfiles: add musl patchset (diff) | |
download | gentoo-cbbd0affff57484156baa7fd0cf432f51e5c5c54.tar.gz gentoo-cbbd0affff57484156baa7fd0cf432f51e5c5c54.tar.bz2 gentoo-cbbd0affff57484156baa7fd0cf432f51e5c5c54.zip |
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 <gyakovlev@gentoo.org>
Diffstat (limited to 'sys-apps/systemd-tmpfiles')
-rw-r--r-- | sys-apps/systemd-tmpfiles/systemd-tmpfiles-246.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
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() { |