diff options
author | 2022-05-07 14:30:58 -0400 | |
---|---|---|
committer | 2022-05-07 14:32:45 -0400 | |
commit | 73c89f4d47a2d8f107d88065046275865cf48aa2 (patch) | |
tree | 2b3d051174984654b934aece89f1ee3b5a89164e /sys-apps/systemd/systemd-9999.ebuild | |
parent | dev-lang/python: set QA_PKGCONFIG_VERSION (diff) | |
download | gentoo-73c89f4d47a2d8f107d88065046275865cf48aa2.tar.gz gentoo-73c89f4d47a2d8f107d88065046275865cf48aa2.tar.bz2 gentoo-73c89f4d47a2d8f107d88065046275865cf48aa2.zip |
sys-apps/systemd: skip test-rpm-macros
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-apps/systemd/systemd-9999.ebuild')
-rw-r--r-- | sys-apps/systemd/systemd-9999.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild index 044df638afe4..93399a9c83e7 100644 --- a/sys-apps/systemd/systemd-9999.ebuild +++ b/sys-apps/systemd/systemd-9999.ebuild @@ -245,6 +245,9 @@ src_prepare() { ) fi + # Fails with split-usr. + sed -i -e '2i exit 77' test/test-rpm-macros.sh || die + default } |