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