Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-migrate-parsetree/
Date: Fri, 15 Oct 2021 03:23:47
Message-Id: 1634268207.248058b8c3e6ddaf7beacc1143dd847f312eec4d.sam@gentoo
1 commit: 248058b8c3e6ddaf7beacc1143dd847f312eec4d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 15 03:23:27 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 15 03:23:27 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=248058b8
7
8 dev-ml/ocaml-migrate-parsetree: restrict strip
9
10 Closes: https://bugs.gentoo.org/803047
11 Bug: https://bugs.gentoo.org/811315
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 dev-ml/ocaml-migrate-parsetree/ocaml-migrate-parsetree-2.2.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 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
18 index 15c2c38d9b4..8e7c734d174 100644
19 --- a/dev-ml/ocaml-migrate-parsetree/ocaml-migrate-parsetree-2.2.0.ebuild
20 +++ b/dev-ml/ocaml-migrate-parsetree/ocaml-migrate-parsetree-2.2.0.ebuild
21 @@ -13,6 +13,6 @@ LICENSE="LGPL-2.1"
22 SLOT="0/${PV}"
23 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
24 IUSE="+ocamlopt test"
25 -RESTRICT="!test? ( test )"
26 +RESTRICT="!test? ( test ) strip"
27
28 DEPEND="test? ( dev-ml/cinaps )"