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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A2B8113933E for ; Sun, 4 Jul 2021 19:56:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8E66E0876; Sun, 4 Jul 2021 19:56:06 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 91269E0876 for ; Sun, 4 Jul 2021 19:56:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3BFBA342ABB for ; Sun, 4 Jul 2021 19:56:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D68BD7DD for ; Sun, 4 Jul 2021 19:56:00 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1625428515.90d399cd8d3f6f9fb0c9663ea1e60fe3a8c1c307.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kio/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kio/kio-9999.ebuild X-VCS-Directories: kde-frameworks/kio/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 90d399cd8d3f6f9fb0c9663ea1e60fe3a8c1c307 X-VCS-Branch: master Date: Sun, 4 Jul 2021 19:56:00 +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: be31991b-d0dd-418b-a571-63a983c19383 X-Archives-Hash: 736c673fa47abf5668b864359dc89343 commit: 90d399cd8d3f6f9fb0c9663ea1e60fe3a8c1c307 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jul 4 19:55:15 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jul 4 19:55:15 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=90d399cd kde-frameworks/kio: Patch upstreamed Upstream commit fb9bbb6f1fbb4e6232221a851f55ca2dc43b012c Bug: https://bugs.gentoo.org/784971 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kio/kio-9999.ebuild | 5 ----- 1 file changed, 5 deletions(-) diff --git a/kde-frameworks/kio/kio-9999.ebuild b/kde-frameworks/kio/kio-9999.ebuild index 990b444949..984d842bc3 100644 --- a/kde-frameworks/kio/kio-9999.ebuild +++ b/kde-frameworks/kio/kio-9999.ebuild @@ -70,11 +70,6 @@ DEPEND="${RDEPEND} " PDEPEND=">=kde-frameworks/kded-${PVCUT}:5" -PATCHES=( - # pending https://invent.kde.org/frameworks/kio/-/merge_requests/426 - "${FILESDIR}"/${PN}-5.84.0-fix-qtconcurrent-private-link.patch # bug 784971 -) - src_configure() { local mycmakeargs=( -DKIO_NO_PUBLIC_QTCONCURRENT=ON