summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-10-15 04:23:27 +0100
committerSam James <sam@gentoo.org>2021-10-15 04:23:27 +0100
commit248058b8c3e6ddaf7beacc1143dd847f312eec4d (patch)
tree949df50822cf0e6286bb9f9e5243785f37abeaee /dev-ml
parentsys-fs/squashfs-tools: add 4.5_p20210914 (diff)
downloadgentoo-248058b8c3e6ddaf7beacc1143dd847f312eec4d.tar.gz
gentoo-248058b8c3e6ddaf7beacc1143dd847f312eec4d.tar.bz2
gentoo-248058b8c3e6ddaf7beacc1143dd847f312eec4d.zip
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@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/ocaml-migrate-parsetree/ocaml-migrate-parsetree-2.2.0.ebuild2
1 files changed, 1 insertions, 1 deletions
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 15c2c38d9b40..8e7c734d1740 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 )"