commit:     3d95e06f6adb1ba148d4d33fd859dd6737dc9915
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 15 00:37:52 2026 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan 15 00:38:39 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d95e06f

sys-apps/portage: depend on newer acct-user/portage

Otherwise nothing drags in the jobserver group when upgrading just
Portage first.

Bug: https://bugs.gentoo.org/967033
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-apps/portage/portage-3.0.75.ebuild | 2 +-
 sys-apps/portage/portage-9999.ebuild   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-apps/portage/portage-3.0.75.ebuild 
b/sys-apps/portage/portage-3.0.75.ebuild
index 25c5a69badf6..21fad59014bc 100644
--- a/sys-apps/portage/portage-3.0.75.ebuild
+++ b/sys-apps/portage/portage-3.0.75.ebuild
@@ -53,7 +53,7 @@ BDEPEND="
 # For whirlpool hash, require python[ssl] (bug #425046).
 RDEPEND="
        ${PYTHON_DEPS}
-       acct-user/portage
+       >=acct-user/portage-0-r4
        >=app-arch/tar-1.27
        app-arch/zstd
        >=app-misc/pax-utils-0.1.17

diff --git a/sys-apps/portage/portage-9999.ebuild 
b/sys-apps/portage/portage-9999.ebuild
index 45d6deec30e2..21fad59014bc 100644
--- a/sys-apps/portage/portage-9999.ebuild
+++ b/sys-apps/portage/portage-9999.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
@@ -53,7 +53,7 @@ BDEPEND="
 # For whirlpool hash, require python[ssl] (bug #425046).
 RDEPEND="
        ${PYTHON_DEPS}
-       acct-user/portage
+       >=acct-user/portage-0-r4
        >=app-arch/tar-1.27
        app-arch/zstd
        >=app-misc/pax-utils-0.1.17

Reply via email to