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 <sam@gentoo.org>
This commit is contained in:
Sam James
2025-05-20 15:44:55 +01:00
parent d819fe2318
commit af9ac140f7
2 changed files with 1 additions and 9 deletions

View File

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

View File

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