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:45:29
Message-Id: 1618728308.06b7a0a61c9e039b0664d132e2caa9c2c2ccebb6.sam@gentoo
1 commit: 06b7a0a61c9e039b0664d132e2caa9c2c2ccebb6
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 18 06:45:08 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 18 06:45:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06b7a0a6
7
8 dev-ml/ocaml-ssl: Stabilize 0.5.10 x86, #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 763f1ceeb64..bdd4453dc66 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"