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/camlzip/
Date: Fri, 17 Mar 2023 02:29:15
Message-Id: 1679020051.63c0d3175240716ae85824875f8534b0d4523733.sam@gentoo
1 commit: 63c0d3175240716ae85824875f8534b0d4523733
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 17 02:27:31 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 17 02:27:31 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63c0d317
7
8 dev-ml/camlzip: Stabilize 1.11 amd64, #901671
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-ml/camlzip/camlzip-1.11.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ml/camlzip/camlzip-1.11.ebuild b/dev-ml/camlzip/camlzip-1.11.ebuild
16 index 08ab3ff0e9c8..859a17171ca5 100644
17 --- a/dev-ml/camlzip/camlzip-1.11.ebuild
18 +++ b/dev-ml/camlzip/camlzip-1.11.ebuild
19 @@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-rel$(ver_rs 1- '')"
20
21 LICENSE="LGPL-2.1"
22 SLOT="1/${PV}"
23 -KEYWORDS="~amd64 arm arm64 ~ppc ~ppc64 ~riscv ~x86"
24 +KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~x86"
25 IUSE="+ocamlopt"
26
27 RDEPEND=">=dev-lang/ocaml-4.07:=[ocamlopt?]