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-ssl/
Date: Sun, 18 Apr 2021 06:47:09
Message-Id: 1618728368.946a982fca44692a10a314cee16e42f3cf07e8b5.sam@gentoo
1 commit: 946a982fca44692a10a314cee16e42f3cf07e8b5
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 18 06:46:08 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 18 06:46:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=946a982f
7
8 dev-ml/ocaml-ssl: Stabilize 0.5.10 amd64, #783579
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-ml/ocaml-ssl/ocaml-ssl-0.5.10.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ml/ocaml-ssl/ocaml-ssl-0.5.10.ebuild b/dev-ml/ocaml-ssl/ocaml-ssl-0.5.10.ebuild
16 index bdd4453dc66..0d53fe77db7 100644
17 --- a/dev-ml/ocaml-ssl/ocaml-ssl-0.5.10.ebuild
18 +++ b/dev-ml/ocaml-ssl/ocaml-ssl-0.5.10.ebuild
19 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/savonet/ocaml-ssl/archive/v${PV}.tar.gz -> ${P}.tar.
20
21 LICENSE="LGPL-2.1"
22 SLOT="0/${PV}"
23 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc x86"
24 +KEYWORDS="amd64 ~arm ~arm64 ~ppc x86"
25 IUSE="+ocamlopt"
26
27 BDEPEND="dev-ml/dune-configurator"