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/camlidl/
Date: Fri, 17 Mar 2023 02:29:17
Message-Id: 1679020066.9369ca3773a75d5a8e2a7a1bfbd71e965e5c8f9f.sam@gentoo
1 commit: 9369ca3773a75d5a8e2a7a1bfbd71e965e5c8f9f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 17 02:27:46 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 17 02:27:46 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9369ca37
7
8 dev-ml/camlidl: Stabilize 1.11 amd64, #901685
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-ml/camlidl/camlidl-1.11.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ml/camlidl/camlidl-1.11.ebuild b/dev-ml/camlidl/camlidl-1.11.ebuild
16 index 4706e7db2037..6920eae70973 100644
17 --- a/dev-ml/camlidl/camlidl-1.11.ebuild
18 +++ b/dev-ml/camlidl/camlidl-1.11.ebuild
19 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/xavierleroy/${PN}/archive/${PN}$(ver_rs 0-1 '').tar.
20
21 LICENSE="QPL-1.0 LGPL-2"
22 SLOT="0/${PV}"
23 -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
24 +KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
25
26 DEPEND=">=dev-lang/ocaml-3.10.2:=[ocamlopt]"
27 RDEPEND="${DEPEND}"