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 CCF8F1382C5 for ; Fri, 22 Jan 2021 04:57:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA006E0874; Fri, 22 Jan 2021 04:57:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 962A3E0874 for ; Fri, 22 Jan 2021 04:57:12 +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 0CEC4340C77 for ; Fri, 22 Jan 2021 04:57:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D3D9CC for ; Fri, 22 Jan 2021 04:57:09 +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: <1611291420.03a3d0e8f3f11e9ff6e985be07d553966a37a5f2.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/libguestfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/libguestfs/libguestfs-1.36.13-r2.ebuild app-emulation/libguestfs/libguestfs-1.36.15-r2.ebuild app-emulation/libguestfs/libguestfs-1.38.6-r102.ebuild X-VCS-Directories: app-emulation/libguestfs/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 03a3d0e8f3f11e9ff6e985be07d553966a37a5f2 X-VCS-Branch: master Date: Fri, 22 Jan 2021 04:57:09 +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: 6f49758f-c170-4590-9338-c75e7f67b8c9 X-Archives-Hash: 5bebc26a882eeed75a0fa0799da46120 commit: 03a3d0e8f3f11e9ff6e985be07d553966a37a5f2 Author: Sam James gentoo org> AuthorDate: Fri Jan 22 04:57:00 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jan 22 04:57:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03a3d0e8 app-emulation/libguestfs: fix ocaml deps Package-Manager: Portage-3.0.12.0.2-prefix, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> app-emulation/libguestfs/libguestfs-1.36.13-r2.ebuild | 6 +++--- app-emulation/libguestfs/libguestfs-1.36.15-r2.ebuild | 6 +++--- app-emulation/libguestfs/libguestfs-1.38.6-r102.ebuild | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/app-emulation/libguestfs/libguestfs-1.36.13-r2.ebuild b/app-emulation/libguestfs/libguestfs-1.36.13-r2.ebuild index 6e0a070c071..d7917faae2b 100644 --- a/app-emulation/libguestfs/libguestfs-1.36.13-r2.ebuild +++ b/app-emulation/libguestfs/libguestfs-1.36.13-r2.ebuild @@ -71,10 +71,10 @@ COMMON_DEPEND=" >=dev-lang/ocaml-4.02:=[ocamlopt] dev-ml/findlib[ocamlopt] || ( - =dev-ml/ounit-2 + >=dev-ml/ounit-2[ocamlopt] ) erlang? ( dev-lang/erlang ) inspect-icons? ( diff --git a/app-emulation/libguestfs/libguestfs-1.36.15-r2.ebuild b/app-emulation/libguestfs/libguestfs-1.36.15-r2.ebuild index 34525b34743..9b008144a84 100644 --- a/app-emulation/libguestfs/libguestfs-1.36.15-r2.ebuild +++ b/app-emulation/libguestfs/libguestfs-1.36.15-r2.ebuild @@ -69,10 +69,10 @@ COMMON_DEPEND=" >=dev-lang/ocaml-4.02:=[ocamlopt] dev-ml/findlib[ocamlopt] || ( - =dev-ml/ounit-2 + >=dev-ml/ounit-2[ocamlopt] ) erlang? ( dev-lang/erlang ) inspect-icons? ( diff --git a/app-emulation/libguestfs/libguestfs-1.38.6-r102.ebuild b/app-emulation/libguestfs/libguestfs-1.38.6-r102.ebuild index b6657fede64..a923bf2b2f4 100644 --- a/app-emulation/libguestfs/libguestfs-1.38.6-r102.ebuild +++ b/app-emulation/libguestfs/libguestfs-1.38.6-r102.ebuild @@ -91,10 +91,10 @@ DEPEND="${COMMON_DEPEND} >=dev-lang/ocaml-4.03:=[ocamlopt] dev-ml/findlib[ocamlopt] || ( - =dev-ml/ounit-2 + >=dev-ml/ounit-2[ocamlopt] doc? ( app-text/po4a ) ruby? ( dev-lang/ruby virtual/rubygems dev-ruby/rake ) test? ( introspection? ( dev-libs/gjs ) )