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 73D97158015 for ; Thu, 28 Dec 2023 17:31:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81D242BC018; Thu, 28 Dec 2023 17:31:39 +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 6DB392BC018 for ; Thu, 28 Dec 2023 17:31: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9A1EA340BEF for ; Thu, 28 Dec 2023 17:31:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C4E7113A0 for ; Thu, 28 Dec 2023 17:31: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: <1703784546.7d00922ef3bf20d1b7cbcca8a5056b8f9a294737.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-office/kexi/ X-VCS-Repository: proj/kde X-VCS-Files: app-office/kexi/kexi-9999.ebuild X-VCS-Directories: app-office/kexi/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7d00922ef3bf20d1b7cbcca8a5056b8f9a294737 X-VCS-Branch: master Date: Thu, 28 Dec 2023 17:31: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: 71029acd-4ea6-436f-86a8-d48a931767e7 X-Archives-Hash: 743f4f35448457d2b930991ca5078989 commit: 7d00922ef3bf20d1b7cbcca8a5056b8f9a294737 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Dec 28 17:29:06 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Dec 28 17:29:06 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7d00922e app-office/kexi: Accept kde-frameworks/breeze:6 alternatively to -rcc Signed-off-by: Andreas Sturmlechner gentoo.org> app-office/kexi/kexi-9999.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app-office/kexi/kexi-9999.ebuild b/app-office/kexi/kexi-9999.ebuild index c1557bd6e7..c5bce3e0f6 100644 --- a/app-office/kexi/kexi-9999.ebuild +++ b/app-office/kexi/kexi-9999.ebuild @@ -32,7 +32,10 @@ DEPEND=" >=dev-qt/qtprintsupport-${QTMIN}:5 >=dev-qt/qtwidgets-${QTMIN}:5 >=dev-qt/qtxml-${QTMIN}:5 - >=kde-frameworks/breeze-icons-rcc-${KFMIN}:5 + || ( + >=kde-frameworks/breeze-icons-5.248.0:6 + >=kde-frameworks/breeze-icons-rcc-${KFMIN}:5 + ) >=kde-frameworks/karchive-${KFMIN}:5 >=kde-frameworks/kcodecs-${KFMIN}:5 >=kde-frameworks/kcompletion-${KFMIN}:5