diff options
author | 2019-08-16 14:46:32 -0400 | |
---|---|---|
committer | 2019-08-18 19:34:52 -0700 | |
commit | 5f12ee75995848414886424f745d36c7f62f68d0 (patch) | |
tree | d3fb1896fb35aa7ac53b76e17406ed2f1d176275 /sys-apps/portage | |
parent | dev-util/schroot: take over, update metadata.xml (diff) | |
download | gentoo-5f12ee75995848414886424f745d36c7f62f68d0.tar.gz gentoo-5f12ee75995848414886424f745d36c7f62f68d0.tar.bz2 gentoo-5f12ee75995848414886424f745d36c7f62f68d0.zip |
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@gentoo.org>
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'sys-apps/portage')
-rw-r--r-- | sys-apps/portage/portage-2.3.71.ebuild | 5 | ||||
-rw-r--r-- | 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 969ce20d8767..4a0a61a97b5f 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 e7c1e8c638fe..8f7a65da1eb8 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? ( |