commit: 5f12ee75995848414886424f745d36c7f62f68d0
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 16 18:46:32 2019 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Mon Aug 19 02:34:52 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f12ee75
sys-apps/portage: depend on iproute2 on Linux
This should ensure that /bin/ip is available during early stage builds.
Package-Manager: Portage-2.3.71_p6, Repoman-2.3.17_p5
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
sys-apps/portage/portage-2.3.71.ebuild | 5 ++++-
sys-apps/portage/portage-9999.ebuild | 5 ++++-
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/sys-apps/portage/portage-2.3.71.ebuild
b/sys-apps/portage/portage-2.3.71.ebuild
index 969ce20d876..4a0a61a97b5 100644
--- a/sys-apps/portage/portage-2.3.71.ebuild
+++ b/sys-apps/portage/portage-2.3.71.ebuild
@@ -54,7 +54,10 @@ RDEPEND="
elibc_glibc? ( >=sys-apps/sandbox-2.2 )
elibc_musl? ( >=sys-apps/sandbox-2.2 )
elibc_uclibc? ( >=sys-apps/sandbox-2.2 )
- kernel_linux? ( sys-apps/util-linux )
+ kernel_linux? (
+ sys-apps/iproute2
+ sys-apps/util-linux
+ )
>=app-misc/pax-utils-0.1.17
selinux? ( >=sys-libs/libselinux-2.0.94[python,${PYTHON_USEDEP}] )
xattr? ( kernel_linux? (
diff --git a/sys-apps/portage/portage-9999.ebuild
b/sys-apps/portage/portage-9999.ebuild
index e7c1e8c638f..8f7a65da1eb 100644
--- a/sys-apps/portage/portage-9999.ebuild
+++ b/sys-apps/portage/portage-9999.ebuild
@@ -54,7 +54,10 @@ RDEPEND="
elibc_glibc? ( >=sys-apps/sandbox-2.2 )
elibc_musl? ( >=sys-apps/sandbox-2.2 )
elibc_uclibc? ( >=sys-apps/sandbox-2.2 )
- kernel_linux? ( sys-apps/util-linux )
+ kernel_linux? (
+ sys-apps/iproute2
+ sys-apps/util-linux
+ )
>=app-misc/pax-utils-0.1.17
selinux? ( >=sys-libs/libselinux-2.0.94[python,${PYTHON_USEDEP}] )
xattr? ( kernel_linux? (