commit:     73b6349cc23be7639100ff7f759516d6e28157a8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 20 18:41:02 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 20 18:43:08 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73b6349c

dev-ml/findlib: lower the minimum OCaml version

Some users still need an older version of OCaml for
e.g. Unison where there are compatibility issues
we need to handle.

Thanks-to: Stefan Huber <shuber <AT> sthu.org>
Bug: https://bugs.gentoo.org/755257
Closes: https://bugs.gentoo.org/760911
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../findlib/{findlib-1.8.1-r1.ebuild => findlib-1.8.1-r2.ebuild}   | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/dev-ml/findlib/findlib-1.8.1-r1.ebuild 
b/dev-ml/findlib/findlib-1.8.1-r2.ebuild
similarity index 95%
rename from dev-ml/findlib/findlib-1.8.1-r1.ebuild
rename to dev-ml/findlib/findlib-1.8.1-r2.ebuild
index 9c3988c304e..fa1af8f3e84 100644
--- a/dev-ml/findlib/findlib-1.8.1-r1.ebuild
+++ b/dev-ml/findlib/findlib-1.8.1-r2.ebuild
@@ -3,19 +3,16 @@
 
 EAPI=7
 
-inherit multilib
-
 DESCRIPTION="OCaml tool to find/use non-standard packages"
 HOMEPAGE="http://projects.camlcity.org/projects/findlib.html";
 SRC_URI="http://download.camlcity.org/download/${P}.tar.gz";
-IUSE="doc +ocamlopt tk"
 
 LICENSE="MIT"
-
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 x86 ~amd64-linux 
~x86-linux ~ppc-macos"
+IUSE="doc +ocamlopt tk"
 
-DEPEND=">=dev-lang/ocaml-4.08.1-r1:=[ocamlopt?]
+DEPEND=">=dev-lang/ocaml-4.02.3-r1:=[ocamlopt?]
        tk? ( dev-ml/labltk:= )"
 RDEPEND="${DEPEND}"
 

Reply via email to