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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1A9C4158094 for ; Fri, 9 Sep 2022 17:19:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 499DCE0923; Fri, 9 Sep 2022 17:19:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2D848E0923 for ; Fri, 9 Sep 2022 17:19:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0606A341190 for ; Fri, 9 Sep 2022 17:19:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C86A5A4 for ; Fri, 9 Sep 2022 17:19:03 +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: <1662743926.78cc9e6d995c23b214e2c2ec3795b7a1c4a27a0d.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/opam/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/opam/opam-2.0.10-r1.ebuild dev-ml/opam/opam-2.0.10.ebuild dev-ml/opam/opam-2.0.9.ebuild dev-ml/opam/opam-2.1.2-r1.ebuild dev-ml/opam/opam-2.1.2.ebuild X-VCS-Directories: dev-ml/opam/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 78cc9e6d995c23b214e2c2ec3795b7a1c4a27a0d X-VCS-Branch: master Date: Fri, 9 Sep 2022 17:19:03 +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: 3d9cfc1c-f83f-4e26-a45d-7bd0606dff12 X-Archives-Hash: a09bbed22f7e2d4adbe8fd2ad69032d5 commit: 78cc9e6d995c23b214e2c2ec3795b7a1c4a27a0d Author: igna_martinoli protonmail com> AuthorDate: Thu Aug 18 04:24:17 2022 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Fri Sep 9 17:18:46 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78cc9e6d dev-ml/opam: fix opam dependency on bubblewrap Since opam 2.0.0~rc2, opam uses bwrap on Linux to run package instructions in a sandbox. Source: https://opam.ocaml.org/doc/FAQ.html#Why-does-opam-require-bwrap Signed-off-by: igna_martinoli protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/26904 Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/opam/{opam-2.0.10.ebuild => opam-2.0.10-r1.ebuild} | 1 + dev-ml/opam/opam-2.0.9.ebuild | 1 + dev-ml/opam/{opam-2.1.2.ebuild => opam-2.1.2-r1.ebuild} | 1 + 3 files changed, 3 insertions(+) diff --git a/dev-ml/opam/opam-2.0.10.ebuild b/dev-ml/opam/opam-2.0.10-r1.ebuild similarity index 97% rename from dev-ml/opam/opam-2.0.10.ebuild rename to dev-ml/opam/opam-2.0.10-r1.ebuild index e882aefd038f..6015a0f2830e 100644 --- a/dev-ml/opam/opam-2.0.10.ebuild +++ b/dev-ml/opam/opam-2.0.10-r1.ebuild @@ -22,6 +22,7 @@ RDEPEND=" dev-ml/extlib:= ~dev-ml/opam-client-${PV}:= dev-ml/opam-file-format:= + sys-apps/bubblewrap dev-ml/re:=" DEPEND="${RDEPEND}" diff --git a/dev-ml/opam/opam-2.0.9.ebuild b/dev-ml/opam/opam-2.0.9.ebuild index 8f762a4712ef..8b483c415ef9 100644 --- a/dev-ml/opam/opam-2.0.9.ebuild +++ b/dev-ml/opam/opam-2.0.9.ebuild @@ -22,6 +22,7 @@ RDEPEND=" dev-ml/extlib:= ~dev-ml/opam-client-${PV}:= dev-ml/opam-file-format:= + sys-apps/bubblewrap dev-ml/re:=" DEPEND="${RDEPEND}" diff --git a/dev-ml/opam/opam-2.1.2.ebuild b/dev-ml/opam/opam-2.1.2-r1.ebuild similarity index 97% rename from dev-ml/opam/opam-2.1.2.ebuild rename to dev-ml/opam/opam-2.1.2-r1.ebuild index 360e33347b42..8ff5fb0932d9 100644 --- a/dev-ml/opam/opam-2.1.2.ebuild +++ b/dev-ml/opam/opam-2.1.2-r1.ebuild @@ -24,6 +24,7 @@ RDEPEND=" dev-ml/extlib:= ~dev-ml/opam-client-${PV}:= dev-ml/opam-file-format:= + sys-apps/bubblewrap dev-ml/re:=" DEPEND="${RDEPEND}"