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 <sam@gentoo.org>
This commit is contained in:
Sam James
2026-06-13 17:15:31 +01:00
parent 12f9ba2a06
commit 8e4a94b0a6

View File

@@ -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 )