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 7AB431382C5 for ; Mon, 8 Feb 2021 17:21:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07A3BE0953; Mon, 8 Feb 2021 17:21:07 +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 E83F0E0953 for ; Mon, 8 Feb 2021 17:21:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B87AF340D6E for ; Mon, 8 Feb 2021 17:21:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4AABA4DB for ; Mon, 8 Feb 2021 17:21:02 +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: <1612804858.db9744ad8d74154c490d9890eeafda2817fa5941.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/opam-state/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/opam-state/opam-state-2.0.7-r1.ebuild dev-ml/opam-state/opam-state-2.0.7.ebuild X-VCS-Directories: dev-ml/opam-state/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: db9744ad8d74154c490d9890eeafda2817fa5941 X-VCS-Branch: master Date: Mon, 8 Feb 2021 17:21:02 +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: efdb9846-e17c-40b6-94da-e798ef75818d X-Archives-Hash: e076ae3fb092df3981af63b7ab046c5d commit: db9744ad8d74154c490d9890eeafda2817fa5941 Author: Sam James gentoo org> AuthorDate: Mon Feb 8 17:20:27 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Feb 8 17:20:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db9744ad dev-ml/opam-state: fix deps Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> .../{opam-state-2.0.7.ebuild => opam-state-2.0.7-r1.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-ml/opam-state/opam-state-2.0.7.ebuild b/dev-ml/opam-state/opam-state-2.0.7-r1.ebuild similarity index 88% rename from dev-ml/opam-state/opam-state-2.0.7.ebuild rename to dev-ml/opam-state/opam-state-2.0.7-r1.ebuild index a0a6b6eda7c..6a79137fcca 100644 --- a/dev-ml/opam-state/opam-state-2.0.7.ebuild +++ b/dev-ml/opam-state/opam-state-2.0.7-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,8 +15,8 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" IUSE="+ocamlopt" RDEPEND=" - dev-ml/opam-repository:= - dev-ml/re:= + ~dev-ml/opam-repository-${PV}:= + dev-ml/re:= dev-ml/opam-file-format:= " DEPEND="${RDEPEND}"