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 E199F158003 for ; Sun, 19 Feb 2023 09:59:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 169BBE0837; Sun, 19 Feb 2023 09:59:39 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0265EE0837 for ; Sun, 19 Feb 2023 09:59:39 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0B61D33BE25 for ; Sun, 19 Feb 2023 09:59:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 98D6221 for ; Sun, 19 Feb 2023 09:59:36 +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: <1676800768.d78656f62f65538734e5a6a7d44a6d7eecbf8d2a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/skrooge/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/skrooge/skrooge-2.29.0-r1.ebuild app-office/skrooge/skrooge-2.29.0.ebuild X-VCS-Directories: app-office/skrooge/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d78656f62f65538734e5a6a7d44a6d7eecbf8d2a X-VCS-Branch: master Date: Sun, 19 Feb 2023 09:59:36 +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: 14ab12bd-8e64-4861-a8a7-f0db576f8560 X-Archives-Hash: df5b61e15338321ff29a605fb90b840b commit: d78656f62f65538734e5a6a7d44a6d7eecbf8d2a Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Feb 19 09:55:37 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 19 09:59:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d78656f6 app-office/skrooge: Add missing dependency for ISO 20022 Upstream commit d45894a529a1a7c6784e2d5b5e05c10ae0eea551 Should really be in root CMakeLists.txt instead. Closes: https://bugs.gentoo.org/895292 Signed-off-by: Andreas Sturmlechner gentoo.org> app-office/skrooge/{skrooge-2.29.0.ebuild => skrooge-2.29.0-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/app-office/skrooge/skrooge-2.29.0.ebuild b/app-office/skrooge/skrooge-2.29.0-r1.ebuild similarity index 98% rename from app-office/skrooge/skrooge-2.29.0.ebuild rename to app-office/skrooge/skrooge-2.29.0-r1.ebuild index 4e57ea11d34a..55749ae39f62 100644 --- a/app-office/skrooge/skrooge-2.29.0.ebuild +++ b/app-office/skrooge/skrooge-2.29.0-r1.ebuild @@ -41,6 +41,7 @@ COMMON_DEPEND=" >=dev-qt/qtwebengine-${QTMIN}:5[widgets] >=dev-qt/qtwidgets-${QTMIN}:5 >=dev-qt/qtxml-${QTMIN}:5 + >=dev-qt/qtxmlpatterns-${QTMIN}:5 >=kde-frameworks/karchive-${KFMIN}:5 >=kde-frameworks/kcompletion-${KFMIN}:5 >=kde-frameworks/kconfig-${KFMIN}:5