commit: 56678ceb5ded328095736447237ecf67f29acd69 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Aug 11 12:53:35 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Aug 11 12:53:35 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56678ceb
net-misc/socat: restrict tests We keep getting lots of different timeouts/flakiness and it's not worth spending time on right now. Cloess: https://bugs.gentoo.org/946404 Signed-off-by: Sam James <sam <AT> gentoo.org> net-misc/socat/socat-1.8.0.3.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net-misc/socat/socat-1.8.0.3.ebuild b/net-misc/socat/socat-1.8.0.3.ebuild index 9235016c1a11..62563483c8b8 100644 --- a/net-misc/socat/socat-1.8.0.3.ebuild +++ b/net-misc/socat/socat-1.8.0.3.ebuild @@ -15,6 +15,9 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="ipv6 readline ssl tcpd" +# bug #946404 (and many others), whack-a-mole with timeouts and friends +# Try again in the future. +RESTRICT="test" DEPEND=" ssl? ( >=dev-libs/openssl-3:= )
