commit:     78cc9e6d995c23b214e2c2ec3795b7a1c4a27a0d
Author:     igna_martinoli <ignamartinoli <AT> protonmail <DOT> com>
AuthorDate: Thu Aug 18 04:24:17 2022 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> 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 <ignamartinoli <AT> protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/26904
Signed-off-by: Alfredo Tupone <tupone <AT> 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}"
 

Reply via email to