commit: f2e7ecee7f1b69e02a11e242f2efbcb2df46bd33 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Nov 16 03:12:37 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Nov 16 03:12:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2e7ecee
sci-chemistry/dssp: don't run useless (for downstream) cppcheck test It's not useful for us to determine if the package is working correctly so skip it. Closes: https://bugs.gentoo.org/823894 Signed-off-by: Sam James <sam <AT> gentoo.org> sci-chemistry/dssp/dssp-3.0.11.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sci-chemistry/dssp/dssp-3.0.11.ebuild b/sci-chemistry/dssp/dssp-3.0.11.ebuild index b0771e31047d..f18a72f38a94 100644 --- a/sci-chemistry/dssp/dssp-3.0.11.ebuild +++ b/sci-chemistry/dssp/dssp-3.0.11.ebuild @@ -14,7 +14,8 @@ SRC_URI="https://github.com/cmbi/${MY_PN}/archive/refs/tags/${PV}.tar.gz -> ${P} LICENSE="Boost-1.0" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="" +# It's just cppcheck (at least in 3.0.11) +RESTRICT="test" RDEPEND=" dev-lang/perl:=
