From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BAC4D158089 for ; Mon, 18 Sep 2023 13:22:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D985F2BC01B; Mon, 18 Sep 2023 13:22:07 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BA6B42BC01B for ; Mon, 18 Sep 2023 13:22:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9CF51335C7A for ; Mon, 18 Sep 2023 13:22:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E784811C9 for ; Mon, 18 Sep 2023 13:22:04 +0000 (UTC) From: "orbea" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "orbea" Message-ID: <1695043289.6d7b94863460b1e6dcfe04b8f02eb297af2a0b36.orbea@gentoo> Subject: [gentoo-commits] repo/proj/libressl:master commit in: dev-qt/qtbase/files/ X-VCS-Repository: repo/proj/libressl X-VCS-Files: dev-qt/qtbase/files/qtbase-6.5.2-no-symlink-check.patch X-VCS-Directories: dev-qt/qtbase/files/ X-VCS-Committer: orbea X-VCS-Committer-Name: orbea X-VCS-Revision: 6d7b94863460b1e6dcfe04b8f02eb297af2a0b36 X-VCS-Branch: master Date: Mon, 18 Sep 2023 13:22:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7590108a-f49d-4153-8c5f-25eced1e4cb0 X-Archives-Hash: de07f3a42026d5575d8531512673565c commit: 6d7b94863460b1e6dcfe04b8f02eb297af2a0b36 Author: Saki Xi riseup net> AuthorDate: Mon Sep 18 12:57:00 2023 +0000 Commit: orbea riseup net> CommitDate: Mon Sep 18 13:21:29 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=6d7b9486 dev-qt/qtbase: adding missing patch from ::gentoo Signed-off-by: Saki Xi riseup.net> Closes: https://github.com/gentoo/libressl/pull/537 Signed-off-by: orbea riseup.net> dev-qt/qtbase/files/qtbase-6.5.2-no-symlink-check.patch | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-qt/qtbase/files/qtbase-6.5.2-no-symlink-check.patch b/dev-qt/qtbase/files/qtbase-6.5.2-no-symlink-check.patch new file mode 100644 index 0000000..815fd39 --- /dev/null +++ b/dev-qt/qtbase/files/qtbase-6.5.2-no-symlink-check.patch @@ -0,0 +1,5 @@ +https://bugs.gentoo.org/914195 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -65 +64,0 @@ +-qt_internal_check_if_path_has_symlinks("${CMAKE_BINARY_DIR}")