浏览代码

Update build-time fix for Python removal

Maxim Kammerer 13 年之前
父节点
当前提交
e498129fea
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/root/setup-copy

+ 1 - 1
src/root/setup-copy

@@ -64,7 +64,7 @@ done
 
 # Make portage think it doesn't need Python
 # (allows depclean after python unmerge + shadow copy)
-sed -i 's/\${python_dep}[^"]*//' ${ebuild_portage}
+sed -i 's/[^"]*\${python_dep\(_ssl\)\?}[^"]*//' ${ebuild_portage}
 
 # Python
 # exiv2                    not needed                  (#398959, fixed in 0.23)