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 CE82F158092 for ; Mon, 20 Sep 2021 10:09:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F30A6E083E; Mon, 20 Sep 2021 10:09:29 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D8FE5E083E for ; Mon, 20 Sep 2021 10:09:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0E4823430F3 for ; Mon, 20 Sep 2021 10:09:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A7F31BD for ; Mon, 20 Sep 2021 10:09:27 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1632132556.0c35ffd613645b37ba7e289b182c48acca72e641.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocamlbuild/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ocamlbuild/ocamlbuild-0.11.0.ebuild dev-ml/ocamlbuild/ocamlbuild-0.14.0-r1.ebuild X-VCS-Directories: dev-ml/ocamlbuild/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 0c35ffd613645b37ba7e289b182c48acca72e641 X-VCS-Branch: master Date: Mon, 20 Sep 2021 10:09:27 +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: 427e0649-8966-47e9-83f5-ebc08d6397e0 X-Archives-Hash: a76ae205728b643fec1c0414d0af4ada commit: 0c35ffd613645b37ba7e289b182c48acca72e641 Author: Alfredo Tupone gentoo org> AuthorDate: Mon Sep 20 10:09:16 2021 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Mon Sep 20 10:09:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c35ffd6 dev-ml/ocamlbuild: OutdatedBlocker Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/ocamlbuild/ocamlbuild-0.11.0.ebuild | 7 ++----- dev-ml/ocamlbuild/ocamlbuild-0.14.0-r1.ebuild | 7 ++----- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/dev-ml/ocamlbuild/ocamlbuild-0.11.0.ebuild b/dev-ml/ocamlbuild/ocamlbuild-0.11.0.ebuild index 13bf43e4852..5d11a50d5da 100644 --- a/dev-ml/ocamlbuild/ocamlbuild-0.11.0.ebuild +++ b/dev-ml/ocamlbuild/ocamlbuild-0.11.0.ebuild @@ -14,11 +14,8 @@ IUSE="+ocamlopt test" RESTRICT="!test? ( test )" # does not compile with ocaml-4.09 (bug # 708696 and #708872) -DEPEND="=dev-lang/ocaml-4.02.3-r1:=[ocamlopt?]" +DEPEND="${RDEPEND} test? ( dev-ml/findlib )" PATCHES=(