commit: a9529a33f2822c3f5a6907e0dffc98913ef49972 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Apr 27 21:16:08 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Apr 27 21:16:24 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9529a33
dev-libs/boost: restrict tests for now Needs network access. Holger will have a fix later. Bug: https://bugs.gentoo.org/954810 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/boost/boost-1.88.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-libs/boost/boost-1.88.0.ebuild b/dev-libs/boost/boost-1.88.0.ebuild index b74061ee02cd..acab980f3296 100644 --- a/dev-libs/boost/boost-1.88.0.ebuild +++ b/dev-libs/boost/boost-1.88.0.ebuild @@ -28,7 +28,8 @@ REQUIRED_USE=" python? ( ${PYTHON_REQUIRED_USE} ) test-full? ( test ) " -RESTRICT="!test? ( test )" +# Restricted for bug #954810 (network access), will be fixed shortly +RESTRICT="!test? ( test ) test" RDEPEND=" bzip2? ( app-arch/bzip2:=[${MULTILIB_USEDEP}] )
