commit: af9ac140f75d23352ad7b95bc421d30ad07fb144 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue May 20 14:44:55 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue May 20 14:46:16 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af9ac140
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 <AT> gentoo.org> 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 70e921414c10..3e7c4d78c56a 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 ba0db9a41da0..3e35c619db49 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 )
