diff --git a/.github/workflows/bootstrap_testing.yml b/.github/workflows/bootstrap_testing.yml index 9e35399ed2d..76aa29e83ff 100644 --- a/.github/workflows/bootstrap_testing.yml +++ b/.github/workflows/bootstrap_testing.yml @@ -99,7 +99,7 @@ jobs: zypper --non-interactive install sudo git shadow findutils tar # findutils=xargs ;; *gentoo*) - emerge-webrsync + emaint sync emerge --noreplace --ask=n sudo dev-vcs/git shadow findutils # findutils=xargs ;; *archlinux*|*cachyos*|*manjaro*) diff --git a/util/env-bootstrap.sh b/util/env-bootstrap.sh index e845d8dc64f..47238a78dff 100755 --- a/util/env-bootstrap.sh +++ b/util/env-bootstrap.sh @@ -359,7 +359,7 @@ __EOT__ *gentoo*) echo "It will also install the following system packages using 'emerge':" >&2 print_package_manager_deps_and_delay - $(nsudo) emerge-webrsync + $(nsudo) emaint sync $(nsudo) emerge --noreplace --ask=n $(get_package_manager_deps | tr ' ' '\n') || signal_execution_failure exit_if_execution_failed ;;