mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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 )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user