sys-apps/portage-mgorny: Update for pym→lib change
authorMichał Górny <mgorny@gentoo.org>
Tue, 17 Jul 2018 09:33:16 +0000 (11:33 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 17 Jul 2018 10:21:52 +0000 (12:21 +0200)
sys-apps/portage-mgorny/portage-mgorny-9999.ebuild

index 03be7d1ced9e1c7930a545aee9909af1639c2d1d..4a469086e9b905d46ad481b226293abd492e4251 100644 (file)
@@ -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 ..."