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 DD969158015 for ; Thu, 28 Dec 2023 17:39:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDBAF2BC018; Thu, 28 Dec 2023 17:39:12 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D65BC2BC02E for ; Thu, 28 Dec 2023 17:39:12 +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 19C1834068A for ; Thu, 28 Dec 2023 17:39:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 621051492 for ; Thu, 28 Dec 2023 17:39:10 +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: <1703785124.ed5156cc20458acde210be0a87bf47289e4ad7b7.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/kexi/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/kexi/kexi-3.2.0-r3.ebuild app-office/kexi/kexi-3.2.0-r4.ebuild X-VCS-Directories: app-office/kexi/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ed5156cc20458acde210be0a87bf47289e4ad7b7 X-VCS-Branch: master Date: Thu, 28 Dec 2023 17:39:10 +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: 81a86a7e-a051-4a6b-a842-e28675c60164 X-Archives-Hash: c02d2fb950c07c1c906a48e60df1c09e commit: ed5156cc20458acde210be0a87bf47289e4ad7b7 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Dec 28 17:37:49 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Dec 28 17:38:44 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed5156cc app-office/kexi: Accept kde-frameworks/breeze:6 alternatively to -rcc Signed-off-by: Andreas Sturmlechner gentoo.org> app-office/kexi/{kexi-3.2.0-r3.ebuild => kexi-3.2.0-r4.ebuild} | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/app-office/kexi/kexi-3.2.0-r3.ebuild b/app-office/kexi/kexi-3.2.0-r4.ebuild similarity index 95% rename from app-office/kexi/kexi-3.2.0-r3.ebuild rename to app-office/kexi/kexi-3.2.0-r4.ebuild index 5a891e0f368d..ca00029db3ea 100644 --- a/app-office/kexi/kexi-3.2.0-r3.ebuild +++ b/app-office/kexi/kexi-3.2.0-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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:6 + >=kde-frameworks/breeze-icons-rcc-${KFMIN}:5 + ) >=kde-frameworks/karchive-${KFMIN}:5 >=kde-frameworks/kcodecs-${KFMIN}:5 >=kde-frameworks/kcompletion-${KFMIN}:5