commit:     c8d9fb3b20c75ae0f71787e5b8c6086d0daa11fd
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 20 09:56:17 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 20 09:56:41 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8d9fb3b

dev-ml/ocaml-ssl: depend on <4.09.0 in stable

Closes: https://bugs.gentoo.org/750359
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../{ocaml-ssl-0.5.3.ebuild => ocaml-ssl-0.5.3-r1.ebuild}  | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/dev-ml/ocaml-ssl/ocaml-ssl-0.5.3.ebuild 
b/dev-ml/ocaml-ssl/ocaml-ssl-0.5.3-r1.ebuild
similarity index 84%
rename from dev-ml/ocaml-ssl/ocaml-ssl-0.5.3.ebuild
rename to dev-ml/ocaml-ssl/ocaml-ssl-0.5.3-r1.ebuild
index cc7ee2277b7..efafebb5ce0 100644
--- a/dev-ml/ocaml-ssl/ocaml-ssl-0.5.3.ebuild
+++ b/dev-ml/ocaml-ssl/ocaml-ssl-0.5.3-r1.ebuild
@@ -1,23 +1,23 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
 inherit findlib eutils
 
-IUSE="doc"
-
 DESCRIPTION="OCaml bindings for OpenSSL"
 
SRC_URI="https://github.com/savonet/ocaml-ssl/releases/download/${PV}/${P}.tar.gz";
 HOMEPAGE="https://github.com/savonet/ocaml-ssl";
 
-DEPEND="dev-libs/openssl:0=
-       >=dev-lang/ocaml-3.10:="
-RDEPEND="${DEPEND}"
-
 SLOT="0/${PV}"
 LICENSE="LGPL-2.1"
 KEYWORDS="amd64 ~arm ppc x86"
+IUSE="doc"
+
+DEPEND="
+       dev-libs/openssl:0=
+       <dev-lang/ocaml-4.09.0:="
+RDEPEND="${DEPEND}"
 
 src_compile() {
        emake -j1

Reply via email to