Gentoo Archives: gentoo-portage-dev

From: Zac Medico <zmedico@g.o>
To: gentoo-portage-dev@l.g.o, Mike Gilbert <floppym@g.o>
Subject: Re: [gentoo-portage-dev] [PATCH] sys-apps/portage: depend on iproute2 on Linux
Date: Sun, 18 Aug 2019 18:50:35
Message-Id: 9ff1f9de-f84d-35a3-b6e9-1ed4982dbada@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCH] sys-apps/portage: depend on iproute2 on Linux by Mike Gilbert
1 On 8/16/19 11:46 AM, Mike Gilbert wrote:
2 > This should ensure that /bin/ip is available during early stage builds.
3 >
4 > Package-Manager: Portage-2.3.71_p6, Repoman-2.3.17_p5
5 > Signed-off-by: Mike Gilbert <floppym@g.o>
6 > ---
7 > sys-apps/portage/portage-2.3.71.ebuild | 5 ++++-
8 > sys-apps/portage/portage-9999.ebuild | 5 ++++-
9 > 2 files changed, 8 insertions(+), 2 deletions(-)
10 >
11 > diff --git a/sys-apps/portage/portage-2.3.71.ebuild b/sys-apps/portage/portage-2.3.71.ebuild
12 > index 969ce20d8767..4a0a61a97b5f 100644
13 > --- a/sys-apps/portage/portage-2.3.71.ebuild
14 > +++ b/sys-apps/portage/portage-2.3.71.ebuild
15 > @@ -54,7 +54,10 @@ RDEPEND="
16 > elibc_glibc? ( >=sys-apps/sandbox-2.2 )
17 > elibc_musl? ( >=sys-apps/sandbox-2.2 )
18 > elibc_uclibc? ( >=sys-apps/sandbox-2.2 )
19 > - kernel_linux? ( sys-apps/util-linux )
20 > + kernel_linux? (
21 > + sys-apps/iproute2
22 > + sys-apps/util-linux
23 > + )
24 > >=app-misc/pax-utils-0.1.17
25 > selinux? ( >=sys-libs/libselinux-2.0.94[python,${PYTHON_USEDEP}] )
26 > xattr? ( kernel_linux? (
27 > diff --git a/sys-apps/portage/portage-9999.ebuild b/sys-apps/portage/portage-9999.ebuild
28 > index e7c1e8c638fe..8f7a65da1eb8 100644
29 > --- a/sys-apps/portage/portage-9999.ebuild
30 > +++ b/sys-apps/portage/portage-9999.ebuild
31 > @@ -54,7 +54,10 @@ RDEPEND="
32 > elibc_glibc? ( >=sys-apps/sandbox-2.2 )
33 > elibc_musl? ( >=sys-apps/sandbox-2.2 )
34 > elibc_uclibc? ( >=sys-apps/sandbox-2.2 )
35 > - kernel_linux? ( sys-apps/util-linux )
36 > + kernel_linux? (
37 > + sys-apps/iproute2
38 > + sys-apps/util-linux
39 > + )
40 > >=app-misc/pax-utils-0.1.17
41 > selinux? ( >=sys-libs/libselinux-2.0.94[python,${PYTHON_USEDEP}] )
42 > xattr? ( kernel_linux? (
43 >
44
45 Looks good. Please merge.
46 --
47 Thanks,
48 Zac

Attachments

File name MIME type
signature.asc application/pgp-signature