From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2966F138334 for ; Mon, 19 Aug 2019 02:38:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5321AE08F6; Mon, 19 Aug 2019 02:38:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 348F5E08F6 for ; Mon, 19 Aug 2019 02:38:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B2F9F349DE0 for ; Mon, 19 Aug 2019 02:38:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4092662A for ; Mon, 19 Aug 2019 02:38:04 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1566182092.5f12ee75995848414886424f745d36c7f62f68d0.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/portage/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/portage/portage-2.3.71.ebuild sys-apps/portage/portage-9999.ebuild X-VCS-Directories: sys-apps/portage/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 5f12ee75995848414886424f745d36c7f62f68d0 X-VCS-Branch: master Date: Mon, 19 Aug 2019 02:38:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 14a1e131-b66c-46de-bbb0-ef0fdda191c2 X-Archives-Hash: d0f83510150c429d9a6bfbee832afdb2 commit: 5f12ee75995848414886424f745d36c7f62f68d0 Author: Mike Gilbert gentoo org> AuthorDate: Fri Aug 16 18:46:32 2019 +0000 Commit: Zac Medico gentoo 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 gentoo.org> Signed-off-by: Zac Medico 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? (