From 8e4a94b0a6b6813526f4d514d76fb3ad7a7a773c Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 13 Jun 2026 17:15:31 +0100 Subject: [PATCH] dev-libs/date: restrict tests, needs network This looks like it may be fixable by pre-downloading a DB. Bug: https://bugs.gentoo.org/947759 Signed-off-by: Sam James --- dev-libs/date/date-3.0.3.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-libs/date/date-3.0.3.ebuild b/dev-libs/date/date-3.0.3.ebuild index be41482e09c4c..1e9b6d5af3d6b 100644 --- a/dev-libs/date/date-3.0.3.ebuild +++ b/dev-libs/date/date-3.0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,8 @@ LICENSE="MIT" SLOT="0/${PV}" KEYWORDS="amd64 ~arm64" IUSE="only-c-locale test" -RESTRICT="!test? ( test )" +# Needs network: bug #947759 +RESTRICT="!test? ( test ) test" PATCHES=( "${FILESDIR}"/${PN}-3.0.3_remove-failing-tests.patch )