Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_ignore_instrumentation/
Date: Thu, 16 Mar 2023 13:42:39
Message-Id: 1678972389.22c91873e5120ac0d70d32031434ff4060569e34.tupone@gentoo
1 commit: 22c91873e5120ac0d70d32031434ff4060569e34
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 16 13:13:09 2023 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 16 13:13:09 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22c91873
7
8 dev-ml/ppx_ignore_instrumentation: stabilize 0.15.0-r1 for amd64
9
10 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
11
12 .../ppx_ignore_instrumentation-0.15.0-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ml/ppx_ignore_instrumentation/ppx_ignore_instrumentation-0.15.0-r1.ebuild b/dev-ml/ppx_ignore_instrumentation/ppx_ignore_instrumentation-0.15.0-r1.ebuild
16 index 3a90bdb69b42..3d16a36ca86a 100644
17 --- a/dev-ml/ppx_ignore_instrumentation/ppx_ignore_instrumentation-0.15.0-r1.ebuild
18 +++ b/dev-ml/ppx_ignore_instrumentation/ppx_ignore_instrumentation-0.15.0-r1.ebuild
19 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/refs/tags/v${PV}.tar.gz
20
21 LICENSE="MIT"
22 SLOT="0/$(ver_cut 1-2)"
23 -KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
24 +KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86"
25 IUSE="+ocamlopt"
26
27 DEPEND=">=dev-ml/ppxlib-0.23.0:="