From af9ac140f75d23352ad7b95bc421d30ad07fb144 Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 20 May 2025 15:44:55 +0100 Subject: [PATCH] dev-libs/libjodycode: drop RESTRICT=test, albeit somewhat futile The script is there in new releases but it's just an `echo "OK"`. I guess let's drop the restriction as there's no *need* for it and maybe tests will be added in future. Signed-off-by: Sam James --- dev-libs/libjodycode/libjodycode-3.1.1.ebuild | 6 +----- dev-libs/libjodycode/libjodycode-3.1.2.ebuild | 4 ---- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/dev-libs/libjodycode/libjodycode-3.1.1.ebuild b/dev-libs/libjodycode/libjodycode-3.1.1.ebuild index 70e921414c105..3e7c4d78c56a5 100644 --- a/dev-libs/libjodycode/libjodycode-3.1.1.ebuild +++ b/dev-libs/libjodycode/libjodycode-3.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023-2024 Gentoo Authors +# Copyright 2023-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,10 +12,6 @@ LICENSE="MIT" SLOT="0" KEYWORDS="amd64 ~arm64 ~riscv" -# missing test script -# https://github.com/jbruchon/jdupes/issues/191 -RESTRICT="test" - PATCHES=( "${FILESDIR}"/${PN}-3.0.1-static-lib.patch ) diff --git a/dev-libs/libjodycode/libjodycode-3.1.2.ebuild b/dev-libs/libjodycode/libjodycode-3.1.2.ebuild index ba0db9a41da0e..3e35c619db498 100644 --- a/dev-libs/libjodycode/libjodycode-3.1.2.ebuild +++ b/dev-libs/libjodycode/libjodycode-3.1.2.ebuild @@ -12,10 +12,6 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm64 ~riscv" -# missing test script -# https://github.com/jbruchon/jdupes/issues/191 -RESTRICT="test" - PATCHES=( "${FILESDIR}"/${PN}-3.0.1-static-lib.patch )