commit: 248058b8c3e6ddaf7beacc1143dd847f312eec4d Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Oct 15 03:23:27 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Oct 15 03:23:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=248058b8
dev-ml/ocaml-migrate-parsetree: restrict strip Closes: https://bugs.gentoo.org/803047 Bug: https://bugs.gentoo.org/811315 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-ml/ocaml-migrate-parsetree/ocaml-migrate-parsetree-2.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ml/ocaml-migrate-parsetree/ocaml-migrate-parsetree-2.2.0.ebuild b/dev-ml/ocaml-migrate-parsetree/ocaml-migrate-parsetree-2.2.0.ebuild index 15c2c38d9b4..8e7c734d174 100644 --- a/dev-ml/ocaml-migrate-parsetree/ocaml-migrate-parsetree-2.2.0.ebuild +++ b/dev-ml/ocaml-migrate-parsetree/ocaml-migrate-parsetree-2.2.0.ebuild @@ -13,6 +13,6 @@ LICENSE="LGPL-2.1" SLOT="0/${PV}" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" IUSE="+ocamlopt test" -RESTRICT="!test? ( test )" +RESTRICT="!test? ( test ) strip" DEPEND="test? ( dev-ml/cinaps )"
