commit:     4a96d5d727207cfd5ce35d9c897e59440ed3f1ce
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  3 09:15:17 2020 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Tue Mar  3 09:15:28 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a96d5d7

sys-apps/portage: stable revbump to 2.3.89-r1 for bug 711400

 #711400 emerge AttributeError: 'NoneType' object has no attribute 'depth'

Bug: https://bugs.gentoo.org/706142
Bug: https://bugs.gentoo.org/711400
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 sys-apps/portage/{portage-2.3.89.ebuild => portage-2.3.89-r1.ebuild} | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sys-apps/portage/portage-2.3.89.ebuild 
b/sys-apps/portage/portage-2.3.89-r1.ebuild
similarity index 97%
rename from sys-apps/portage/portage-2.3.89.ebuild
rename to sys-apps/portage/portage-2.3.89-r1.ebuild
index 959994c33c8..211204f0ae8 100644
--- a/sys-apps/portage/portage-2.3.89.ebuild
+++ b/sys-apps/portage/portage-2.3.89-r1.ebuild
@@ -101,6 +101,9 @@ pkg_pretend() {
 python_prepare_all() {
        distutils-r1_python_prepare_all
 
+       # Apply e762752a8bf5c19e0d6d7b22de86306bfa4270ba for bug 711400.
+       sed -e 's|\(if\) \(graph_interface.want_update_pkg(parent, 
avail_pkg):\)|\1 parent is not None and \2|' -i lib/portage/dep/dep_check.py || 
die
+
        sed -e "s:^VERSION = \"HEAD\"$:VERSION = \"${PV}\":" -i 
lib/portage/__init__.py || die
 
        if use gentoo-dev; then

Reply via email to