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 438C7138334 for ; Fri, 18 Oct 2019 04:16:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7FE3FE0875; Fri, 18 Oct 2019 04:16:46 +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 63CBBE0875 for ; Fri, 18 Oct 2019 04:16:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 942DB34BFE7 for ; Fri, 18 Oct 2019 04:16:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C82667FD for ; Fri, 18 Oct 2019 04:16:41 +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: <1571372193.6e441cb24d4c4c35fec539158904dd7093e4874d.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.77-r1.ebuild sys-apps/portage/portage-2.3.77.ebuild X-VCS-Directories: sys-apps/portage/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 6e441cb24d4c4c35fec539158904dd7093e4874d X-VCS-Branch: master Date: Fri, 18 Oct 2019 04:16:41 +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: f6915479-05cb-4752-ac59-9940406576af X-Archives-Hash: b2483682afc5df1d11f45d168f8e6d2c commit: 6e441cb24d4c4c35fec539158904dd7093e4874d Author: Zac Medico gentoo org> AuthorDate: Fri Oct 18 04:13:57 2019 +0000 Commit: Zac Medico gentoo org> CommitDate: Fri Oct 18 04:16:33 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e441cb2 sys-apps/portage: Revbump to 2.3.77-r1 for bug 697906 Closes: https://bugs.gentoo.org/697906 Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: Zac Medico gentoo.org> sys-apps/portage/{portage-2.3.77.ebuild => portage-2.3.77-r1.ebuild} | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys-apps/portage/portage-2.3.77.ebuild b/sys-apps/portage/portage-2.3.77-r1.ebuild similarity index 97% rename from sys-apps/portage/portage-2.3.77.ebuild rename to sys-apps/portage/portage-2.3.77-r1.ebuild index 8e7b92e07cc..055343f47ab 100644 --- a/sys-apps/portage/portage-2.3.77.ebuild +++ b/sys-apps/portage/portage-2.3.77-r1.ebuild @@ -103,6 +103,9 @@ pkg_setup() { python_prepare_all() { distutils-r1_python_prepare_all + # Apply 4e9f04a1e11e84a8c513ee334cf2bc1c013d8c11 for bug 697906. + sed -e 's|\(self\.config\.layouts\)\[1:\]|\1|' -i lib/portage/_emirrordist/DeletionTask.py || die + if use gentoo-dev; then einfo "Disabling --dynamic-deps by default for gentoo-dev..." sed -e 's:\("--dynamic-deps", \)\("y"\):\1"n":' \