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 3B631139347 for ; Sun, 25 Jul 2021 11:43:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86767E0B58; Sun, 25 Jul 2021 11:43:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 3496BE0B58 for ; Sun, 25 Jul 2021 11:43:42 +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 CF6C6342D89 for ; Sun, 25 Jul 2021 11:43:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D4E77B2 for ; Sun, 25 Jul 2021 11:43:39 +0000 (UTC) From: "Thomas Sachau" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Sachau" Message-ID: <1627213395.2be6680750aee41ae5c9eaaade8d8a924e842066.tommy@gentoo> Subject: [gentoo-commits] proj/portage:multilib commit in: / X-VCS-Repository: proj/portage X-VCS-Committer: tommy X-VCS-Committer-Name: Thomas Sachau X-VCS-Revision: 2be6680750aee41ae5c9eaaade8d8a924e842066 X-VCS-Branch: multilib Date: Sun, 25 Jul 2021 11:43:39 +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: 09a51cf1-3703-4ef2-95b3-3d1a32206a16 X-Archives-Hash: 0c29750bf037fb6f439e38eda41b81a8 commit: 2be6680750aee41ae5c9eaaade8d8a924e842066 Author: Thomas Sachau gentoo org> AuthorDate: Sun Jul 25 11:43:10 2021 +0000 Commit: Thomas Sachau gentoo org> CommitDate: Sun Jul 25 11:43:15 2021 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=2be66807 Merge tag 'portage-3.0.20' into multilib portage-3.0.20 Signed-off-by: Zac Medico gentoo.org> Signed-off-by: Thomas Sachau gentoo.org> NEWS | 4 ++++ RELEASE-NOTES | 5 ++++ bin/ebuild-ipc.py | 6 +++-- bin/ebuild.sh | 6 ++--- bin/misc-functions.sh | 13 ++++++---- bin/phase-functions.sh | 3 ++- bin/pid-ns-init | 22 ++++++++++++++++- bin/portageq | 6 +++-- lib/_emerge/EbuildPhase.py | 5 +++- lib/_emerge/actions.py | 36 +++++++++++++++++++++++++--- lib/portage/dbapi/porttree.py | 8 +++++-- lib/portage/package/ebuild/doebuild.py | 19 +++++++++++++++ lib/portage/package/ebuild/fetch.py | 21 ++++++++++++----- man/make.conf.5 | 10 +++++++- repoman/setup.py | 40 +++++++++++++++++++++---------- setup.py | 43 +++++++++++++++++++++++----------- 16 files changed, 194 insertions(+), 53 deletions(-)