summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2023-03-30 22:36:14 +0100
committerMarek Szuba <marecki@gentoo.org>2023-03-30 23:09:05 +0100
commit254013ac7749cf335be5d3314de1b8a30bdadcdc (patch)
tree7db611f25c60f5b92823668e937eb47702c381dd
parentsys-apps/systemd-utils: add 252.8 (diff)
downloadgentoo-254013ac7749cf335be5d3314de1b8a30bdadcdc.tar.gz
gentoo-254013ac7749cf335be5d3314de1b8a30bdadcdc.tar.bz2
gentoo-254013ac7749cf335be5d3314de1b8a30bdadcdc.zip
dev-util/ltrace: restrict tests
Effectively abandoned upstream (no git activity in testsuite/ since late 2015 apart from the merging of two arm64-related Fedora patches) and not run by their CI. EXTREMELY fragile. Upstream appears to have got a bit more alive in 2022 so let's hope they will sort this out before ltrace stops working altogether. Bug: https://bugs.gentoo.org/894386 Signed-off-by: Marek Szuba <marecki@gentoo.org>
-rw-r--r--dev-util/ltrace/ltrace-0.7.3.6.1.ebuild10
1 files changed, 4 insertions, 6 deletions
diff --git a/dev-util/ltrace/ltrace-0.7.3.6.1.ebuild b/dev-util/ltrace/ltrace-0.7.3.6.1.ebuild
index 6e833e04a3cf..abc626186b4c 100644
--- a/dev-util/ltrace/ltrace-0.7.3.6.1.ebuild
+++ b/dev-util/ltrace/ltrace-0.7.3.6.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -27,11 +27,9 @@ DEPEND="${RDEPEND}
sys-libs/binutils-libs
test? ( dev-util/dejagnu )"
-# under musl tests need major work upstream, half of them does not work.
-RESTRICT="
- !test? ( test )
- elibc_musl? ( test )
-"
+# Effectively abandoned upstream. Extremely sensitive to the sandbox, versions
+# of core libraries, kernel security settings...
+RESTRICT="test"
S=${WORKDIR}/${PN}-${LTRACE_V}