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 2ADD71382C5 for ; Sat, 24 Apr 2021 16:52:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E1FAE07B3; Sat, 24 Apr 2021 16:52:16 +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 68E48E07B3 for ; Sat, 24 Apr 2021 16:52:16 +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 747C7341399 for ; Sat, 24 Apr 2021 16:52:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1368A72A for ; Sat, 24 Apr 2021 16:52:12 +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: <1619283120.5531f533df9b1d76f570630922d3177933de88e6.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/palapeli/files/, kde-apps/palapeli/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/palapeli/files/palapeli-21.04.0-bogus-dep.patch kde-apps/palapeli/palapeli-21.04.0.ebuild X-VCS-Directories: kde-apps/palapeli/files/ kde-apps/palapeli/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5531f533df9b1d76f570630922d3177933de88e6 X-VCS-Branch: master Date: Sat, 24 Apr 2021 16:52:12 +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: 4b5932ab-733a-4879-8b06-e918f8f71bc7 X-Archives-Hash: 5f7595daad314a37a6972e5cd7c5e694 commit: 5531f533df9b1d76f570630922d3177933de88e6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Apr 24 16:39:23 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Apr 24 16:52:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5531f533 kde-apps/palapeli: Drop bogus dep See also: https://bugs.kde.org/show_bug.cgi?id=436132 https://invent.kde.org/games/palapeli/-/merge_requests/6 Closes: https://bugs.gentoo.org/785421 Reported-by: Christophe Lermytte lermytte.be> Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> .../files/palapeli-21.04.0-bogus-dep.patch | 26 ++++++++++++++++++++++ kde-apps/palapeli/palapeli-21.04.0.ebuild | 2 ++ 2 files changed, 28 insertions(+) diff --git a/kde-apps/palapeli/files/palapeli-21.04.0-bogus-dep.patch b/kde-apps/palapeli/files/palapeli-21.04.0-bogus-dep.patch new file mode 100644 index 00000000000..94b8a76f32f --- /dev/null +++ b/kde-apps/palapeli/files/palapeli-21.04.0-bogus-dep.patch @@ -0,0 +1,26 @@ +From 30ff07fd12c0767ed033e71d2226053115963401 Mon Sep 17 00:00:00 2001 +From: Andreas Sturmlechner +Date: Sat, 24 Apr 2021 18:34:37 +0200 +Subject: [PATCH] Drop bogus Qt5::Concurrent from target_link_libraries + +BUG: 436132 +Signed-off-by: Andreas Sturmlechner +--- + src/CMakeLists.txt | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt +index 06607ea..349ac64 100644 +--- a/src/CMakeLists.txt ++++ b/src/CMakeLists.txt +@@ -63,7 +63,6 @@ target_link_libraries(palapeli + KF5::WidgetsAddons + KF5::XmlGui + KF5KDEGames +- Qt5::Concurrent + Qt5::Svg + ) + +-- +2.31.1 + diff --git a/kde-apps/palapeli/palapeli-21.04.0.ebuild b/kde-apps/palapeli/palapeli-21.04.0.ebuild index 03e98454072..4619490129b 100644 --- a/kde-apps/palapeli/palapeli-21.04.0.ebuild +++ b/kde-apps/palapeli/palapeli-21.04.0.ebuild @@ -37,3 +37,5 @@ RDEPEND=" >=kde-frameworks/kxmlgui-${KFMIN}:5 " DEPEND="${RDEPEND}" + +PATCHES=( "${FILESDIR}/${P}-bogus-dep.patch" ) # KDE-Bug #436132