Исправлено определение бинарных пакетов в выводе emerge

develop 3.2.4
Mike Khiretskiy 9 年前
父節點 64d3bd36f1
當前提交 7841fcdbf2

@ -447,7 +447,8 @@ class InstallingPackage(NotifierInformationBlock):
"of {c}(\d+){c}\) {c}([^\s\033]+){c}".format(c=_color_block))
def notify(self, observer, groups):
binary = bool(self.binary and groups[2] in self.binary)
strpkg = str(EmergePackage(groups[2]))
binary = bool(self.binary and strpkg in self.binary)
observer(EmergePackage(groups[2]), binary=binary)
def mark_binary(self, package):

載入中…
取消
儲存