From 3042433e9ed666a993f004fad84a80f0bab8e283 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Wed, 24 Feb 2021 16:48:52 -0500 Subject: sys-apps/acl: skip tests for non-native abis Closes: https://bugs.gentoo.org/772356 Signed-off-by: Mike Gilbert --- sys-apps/acl/acl-2.2.53-r1.ebuild | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'sys-apps') diff --git a/sys-apps/acl/acl-2.2.53-r1.ebuild b/sys-apps/acl/acl-2.2.53-r1.ebuild index 261639dbb408..36ef9c8cb34a 100644 --- a/sys-apps/acl/acl-2.2.53-r1.ebuild +++ b/sys-apps/acl/acl-2.2.53-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -41,6 +41,12 @@ multilib_src_configure() { ECONF_SOURCE="${S}" econf "${myeconfargs[@]}" } +multilib_src_test() { + # Tests call native binaries with an LD_PRELOAD wrapper + # https://bugs.gentoo.org/772356 + multilib_is_native_abi && default +} + multilib_src_install() { default -- cgit v1.2.3-65-gdbad