summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2020-12-20 18:41:02 +0000
committerSam James <sam@gentoo.org>2020-12-20 18:43:08 +0000
commit73b6349cc23be7639100ff7f759516d6e28157a8 (patch)
tree8cc6e5b65f8d763d0ef8eedff616b270f2e380ac /dev-ml/findlib
parentdev-haskell/parsec: drop tests circular dependency (diff)
downloadgentoo-73b6349cc23be7639100ff7f759516d6e28157a8.tar.gz
gentoo-73b6349cc23be7639100ff7f759516d6e28157a8.tar.bz2
gentoo-73b6349cc23be7639100ff7f759516d6e28157a8.zip
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@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@gentoo.org>
Diffstat (limited to 'dev-ml/findlib')
-rw-r--r--dev-ml/findlib/findlib-1.8.1-r2.ebuild (renamed from dev-ml/findlib/findlib-1.8.1-r1.ebuild)7
1 files 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
index 9c3988c304ea..fa1af8f3e840 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}"