From e8c8f3a3ba1ead830b2d330d68d099b8eca7d191 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 17 Jul 2018 11:33:16 +0200 Subject: [PATCH] =?utf8?q?sys-apps/portage-mgorny:=20Update=20for=20pym?= =?utf8?q?=E2=86=92lib=20change?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- sys-apps/portage-mgorny/portage-mgorny-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/portage-mgorny/portage-mgorny-9999.ebuild b/sys-apps/portage-mgorny/portage-mgorny-9999.ebuild index 03be7d1ced9e..4a469086e9b9 100644 --- a/sys-apps/portage-mgorny/portage-mgorny-9999.ebuild +++ b/sys-apps/portage-mgorny/portage-mgorny-9999.ebuild @@ -106,7 +106,7 @@ python_prepare_all() { if ! use ipc ; then einfo "Disabling ipc..." sed -e "s:_enable_ipc_daemon = True:_enable_ipc_daemon = False:" \ - -i pym/_emerge/AbstractEbuildProcess.py || + -i lib/_emerge/AbstractEbuildProcess.py || die "failed to patch AbstractEbuildProcess.py" fi @@ -124,7 +124,7 @@ python_prepare_all() { -e "s|^\(MOVE_BINARY[[:space:]]*=[[:space:]]*\"\)\(/bin/mv\"\)|\\1${EPREFIX}\\2|" \ -e "s|^\(PRELINK_BINARY[[:space:]]*=[[:space:]]*\"\)\(/usr/sbin/prelink\"\)|\\1${EPREFIX}\\2|" \ -e "s|^\(EPREFIX[[:space:]]*=[[:space:]]*\"\).*|\\1${EPREFIX}\"|" \ - -i pym/portage/const.py || + -i lib/portage/const.py || die "Failed to patch portage.const.EPREFIX" einfo "Prefixing shebangs ..." -- 2.26.2