From 7b2b769b6cc283942dacb2e512a2395cb0c4b8d9 Mon Sep 17 00:00:00 2001 From: "Volkmar W. Pogatzki" Date: Mon, 1 Jan 2024 11:36:37 +0100 Subject: [PATCH] dev-java/jdepend: RESTRICT="test" #921147 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Volkmar W. Pogatzki Closes: https://github.com/gentoo/gentoo/pull/34592 Signed-off-by: Miroslav Ć ulc --- dev-java/jdepend/jdepend-2.10-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/jdepend/jdepend-2.10-r1.ebuild b/dev-java/jdepend/jdepend-2.10-r1.ebuild index e1ff5c6aaea9e..aa43c8fc02cbe 100644 --- a/dev-java/jdepend/jdepend-2.10-r1.ebuild +++ b/dev-java/jdepend/jdepend-2.10-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,7 +16,7 @@ S="${WORKDIR}/${P}" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" -RESTRICT="test" # TODO: solve test failures. +RESTRICT="test" #921147 DEPEND=">=virtual/jdk-1.8:*" RDEPEND=">=virtual/jre-1.8:*"