summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2022-03-08 08:19:28 +0800
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2022-03-08 08:19:28 +0800
commitc8ebffada18d3592803b6c1429ad51b1dcf8cb4a (patch)
treecb80695ff9364e727af4518444040cd4b35bfd6f
parentgraphics/mesa-devel: update to 21.4.b.1115 (diff)
Revert "devel/py-qtbuilder: Fix build"
The fix has already been included in the distfile. This reverts commit 1bf4169000dadc2de0a00640124d290b9a3c31f2.
-rw-r--r--devel/py-qtbuilder/files/patch-pyqtbuild-bundle-bundle.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/py-qtbuilder/files/patch-pyqtbuild-bundle-bundle.py b/devel/py-qtbuilder/files/patch-pyqtbuild-bundle-bundle.py
deleted file mode 100644
index e28d96a77df6..000000000000
--- a/devel/py-qtbuilder/files/patch-pyqtbuild-bundle-bundle.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- pyqtbuild/bundle/bundle.py.orig 2021-10-12 12:00:18 UTC
-+++ pyqtbuild/bundle/bundle.py
-@@ -66,7 +66,7 @@ def bundle(wheel_path, qt_dir, build_tag_suffix, msvc_
- parts[-1] = parts[-1].replace('universal2', arch)
- else:
- raise UserException(
-- "'{0}' is not supported by {1}".format(arch, wheel_name)
-+ "'{0}' is not supported by {1}".format(arch, wheel_name))
-
- # Get the package object.
- sub_parts = parts[0].split('_')