From df4367a09db54a1062753624819931e70e2e7bb8 Mon Sep 17 00:00:00 2001 From: Paul Zander Date: Thu, 26 Mar 2026 20:58:53 +0100 Subject: [PATCH] dev-ml/dune: use get_makeopts_* multiprocessing backward deprecated makeopts_* in Part-of: https://codeberg.org/gentoo/gentoo/pulls/426 Signed-off-by: Alfredo Tupone --- dev-ml/dune/dune-3.16.1.ebuild | 6 +++--- dev-ml/dune/dune-3.17.2.ebuild | 6 +++--- dev-ml/dune/dune-3.18.1.ebuild | 6 +++--- dev-ml/dune/dune-3.19.1.ebuild | 6 +++--- dev-ml/dune/dune-3.20.2.ebuild | 4 ++-- dev-ml/dune/dune-3.21.1-r2.ebuild | 4 ++-- 6 files changed, 16 insertions(+), 16 deletions(-) diff --git a/dev-ml/dune/dune-3.16.1.ebuild b/dev-ml/dune/dune-3.16.1.ebuild index 6c29366fd0c7b..3bcff8ad80d4c 100644 --- a/dev-ml/dune/dune-3.16.1.ebuild +++ b/dev-ml/dune/dune-3.16.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -47,9 +47,9 @@ src_configure() { } src_compile() { - ocaml boot/bootstrap.ml -j $(makeopts_jobs) --verbose || die + ocaml boot/bootstrap.ml -j $(get_makeopts_jobs) --verbose || die ./_boot/dune.exe build @install -p "${PN}" --profile dune-bootstrap \ - -j $(makeopts_jobs) --display short || die + -j $(get_makeopts_jobs) --display short || die use emacs && elisp-compile editor-integration/emacs/*.el } diff --git a/dev-ml/dune/dune-3.17.2.ebuild b/dev-ml/dune/dune-3.17.2.ebuild index 4e8619966de39..3fc606e88e343 100644 --- a/dev-ml/dune/dune-3.17.2.ebuild +++ b/dev-ml/dune/dune-3.17.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -47,9 +47,9 @@ src_configure() { } src_compile() { - ocaml boot/bootstrap.ml -j $(makeopts_jobs) --verbose || die + ocaml boot/bootstrap.ml -j $(get_makeopts_jobs) --verbose || die ./_boot/dune.exe build @install -p "${PN}" --profile dune-bootstrap \ - -j $(makeopts_jobs) --display short || die + -j $(get_makeopts_jobs) --display short || die use emacs && elisp-compile editor-integration/emacs/*.el } diff --git a/dev-ml/dune/dune-3.18.1.ebuild b/dev-ml/dune/dune-3.18.1.ebuild index 4e8619966de39..3fc606e88e343 100644 --- a/dev-ml/dune/dune-3.18.1.ebuild +++ b/dev-ml/dune/dune-3.18.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -47,9 +47,9 @@ src_configure() { } src_compile() { - ocaml boot/bootstrap.ml -j $(makeopts_jobs) --verbose || die + ocaml boot/bootstrap.ml -j $(get_makeopts_jobs) --verbose || die ./_boot/dune.exe build @install -p "${PN}" --profile dune-bootstrap \ - -j $(makeopts_jobs) --display short || die + -j $(get_makeopts_jobs) --display short || die use emacs && elisp-compile editor-integration/emacs/*.el } diff --git a/dev-ml/dune/dune-3.19.1.ebuild b/dev-ml/dune/dune-3.19.1.ebuild index 7b36c9af5f8e5..c1271970aec7f 100644 --- a/dev-ml/dune/dune-3.19.1.ebuild +++ b/dev-ml/dune/dune-3.19.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -47,9 +47,9 @@ src_configure() { } src_compile() { - ocaml boot/bootstrap.ml -j $(makeopts_jobs) --verbose || die + ocaml boot/bootstrap.ml -j $(get_makeopts_jobs) --verbose || die ./_boot/dune.exe build @install -p "${PN}" --profile dune-bootstrap \ - -j $(makeopts_jobs) --display short || die + -j $(get_makeopts_jobs) --display short || die use emacs && elisp-compile editor-integration/emacs/*.el } diff --git a/dev-ml/dune/dune-3.20.2.ebuild b/dev-ml/dune/dune-3.20.2.ebuild index 1066a7c80a0bd..13407243a491d 100644 --- a/dev-ml/dune/dune-3.20.2.ebuild +++ b/dev-ml/dune/dune-3.20.2.ebuild @@ -47,9 +47,9 @@ src_configure() { } src_compile() { - ocaml boot/bootstrap.ml -j $(makeopts_jobs) --verbose || die + ocaml boot/bootstrap.ml -j $(get_makeopts_jobs) --verbose || die ./_boot/dune.exe build @install -p "${PN}" --profile dune-bootstrap \ - -j $(makeopts_jobs) --display short || die + -j $(get_makeopts_jobs) --display short || die use emacs && elisp-compile editor-integration/emacs/*.el } diff --git a/dev-ml/dune/dune-3.21.1-r2.ebuild b/dev-ml/dune/dune-3.21.1-r2.ebuild index cb50463814418..3fc606e88e343 100644 --- a/dev-ml/dune/dune-3.21.1-r2.ebuild +++ b/dev-ml/dune/dune-3.21.1-r2.ebuild @@ -47,9 +47,9 @@ src_configure() { } src_compile() { - ocaml boot/bootstrap.ml -j $(makeopts_jobs) --verbose || die + ocaml boot/bootstrap.ml -j $(get_makeopts_jobs) --verbose || die ./_boot/dune.exe build @install -p "${PN}" --profile dune-bootstrap \ - -j $(makeopts_jobs) --display short || die + -j $(get_makeopts_jobs) --display short || die use emacs && elisp-compile editor-integration/emacs/*.el }