Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/portage/
Date: Mon, 19 Aug 2019 02:38:09
Message-Id: 1566182092.5f12ee75995848414886424f745d36c7f62f68d0.zmedico@gentoo
1 commit: 5f12ee75995848414886424f745d36c7f62f68d0
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 16 18:46:32 2019 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 19 02:34:52 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f12ee75
7
8 sys-apps/portage: depend on iproute2 on Linux
9
10 This should ensure that /bin/ip is available during early stage builds.
11
12 Package-Manager: Portage-2.3.71_p6, Repoman-2.3.17_p5
13 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
14 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
15
16 sys-apps/portage/portage-2.3.71.ebuild | 5 ++++-
17 sys-apps/portage/portage-9999.ebuild | 5 ++++-
18 2 files changed, 8 insertions(+), 2 deletions(-)
19
20 diff --git a/sys-apps/portage/portage-2.3.71.ebuild b/sys-apps/portage/portage-2.3.71.ebuild
21 index 969ce20d876..4a0a61a97b5 100644
22 --- a/sys-apps/portage/portage-2.3.71.ebuild
23 +++ b/sys-apps/portage/portage-2.3.71.ebuild
24 @@ -54,7 +54,10 @@ RDEPEND="
25 elibc_glibc? ( >=sys-apps/sandbox-2.2 )
26 elibc_musl? ( >=sys-apps/sandbox-2.2 )
27 elibc_uclibc? ( >=sys-apps/sandbox-2.2 )
28 - kernel_linux? ( sys-apps/util-linux )
29 + kernel_linux? (
30 + sys-apps/iproute2
31 + sys-apps/util-linux
32 + )
33 >=app-misc/pax-utils-0.1.17
34 selinux? ( >=sys-libs/libselinux-2.0.94[python,${PYTHON_USEDEP}] )
35 xattr? ( kernel_linux? (
36
37 diff --git a/sys-apps/portage/portage-9999.ebuild b/sys-apps/portage/portage-9999.ebuild
38 index e7c1e8c638f..8f7a65da1eb 100644
39 --- a/sys-apps/portage/portage-9999.ebuild
40 +++ b/sys-apps/portage/portage-9999.ebuild
41 @@ -54,7 +54,10 @@ RDEPEND="
42 elibc_glibc? ( >=sys-apps/sandbox-2.2 )
43 elibc_musl? ( >=sys-apps/sandbox-2.2 )
44 elibc_uclibc? ( >=sys-apps/sandbox-2.2 )
45 - kernel_linux? ( sys-apps/util-linux )
46 + kernel_linux? (
47 + sys-apps/iproute2
48 + sys-apps/util-linux
49 + )
50 >=app-misc/pax-utils-0.1.17
51 selinux? ( >=sys-libs/libselinux-2.0.94[python,${PYTHON_USEDEP}] )
52 xattr? ( kernel_linux? (