From 0a5f90e89f0e92f18fe7cd13af6ab2ff401a7385 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Thu, 13 Aug 2020 08:23:39 +0700 Subject: [PATCH] Revert "python3-PyQt5: broken on musl for now" This reverts commit 5bfa316e2d0c3414c5b5bfd05f877116a62620b0. Revert all PyQt5 update. It built fine in my machine and Travis but not in buildbot. --- srcpkgs/python3-PyQt5-webengine/template | 4 ---- srcpkgs/python3-PyQt5/template | 4 ---- 2 files changed, 8 deletions(-) diff --git a/srcpkgs/python3-PyQt5-webengine/template b/srcpkgs/python3-PyQt5-webengine/template index afae6fefc27..cd9c0c9ac78 100644 --- a/srcpkgs/python3-PyQt5-webengine/template +++ b/srcpkgs/python3-PyQt5-webengine/template @@ -16,10 +16,6 @@ checksum=670812688e40bf75f70ddf01eadd897d231300318d3856b275bf8e7e0085bf75 lib32disabled=yes nocross="configure script is broken for cross builds" -if [ "$XBPS_TARGET_LIBC" = musl ]; then - broken="https://build.voidlinux.org/builders/x86_64-musl_builder/builds/30104/steps/shell_3/logs/stdio" -fi - case "$XBPS_TARGET_MACHINE" in ppc64le*) ;; ppc*) broken="no webengine for big endian ppc";; diff --git a/srcpkgs/python3-PyQt5/template b/srcpkgs/python3-PyQt5/template index 24f6623f8e9..25809d48dab 100644 --- a/srcpkgs/python3-PyQt5/template +++ b/srcpkgs/python3-PyQt5/template @@ -20,10 +20,6 @@ distfiles="${PYPI_SITE}/P/PyQt5/PyQt5-${version}.tar.gz" checksum=c6f75488ffd5365a65893bc64ea82a6957db126fbfe33654bcd43ae1c30c52f9 lib32disabled=yes -if [ "$XBPS_TARGET_LIBC" = musl ]; then - broken="https://build.voidlinux.org/builders/x86_64-musl_builder/builds/30104/steps/shell_3/logs/stdio" -fi - post_extract() { rm -rf pyuic/uic/port_v2 }