From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9CD6D1382C5 for ; Sun, 20 Dec 2020 18:43:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDDA1E086E; Sun, 20 Dec 2020 18:43:16 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D9DCAE086E for ; Sun, 20 Dec 2020 18:43:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9D91D34132E for ; Sun, 20 Dec 2020 18:43:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F19ACA for ; Sun, 20 Dec 2020 18:43:13 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1608489788.73b6349cc23be7639100ff7f759516d6e28157a8.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/findlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/findlib/findlib-1.8.1-r1.ebuild dev-ml/findlib/findlib-1.8.1-r2.ebuild X-VCS-Directories: dev-ml/findlib/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 73b6349cc23be7639100ff7f759516d6e28157a8 X-VCS-Branch: master Date: Sun, 20 Dec 2020 18:43:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 32ca3b43-871d-488a-b616-4924f142c73e X-Archives-Hash: 6aa4c7a111a80b148df7dfce0a053109 commit: 73b6349cc23be7639100ff7f759516d6e28157a8 Author: Sam James gentoo org> AuthorDate: Sun Dec 20 18:41:02 2020 +0000 Commit: Sam James gentoo 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 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 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}"