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 6F90415806E for ; Sat, 27 May 2023 15:57:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A29C8E087B; Sat, 27 May 2023 15:57:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 C5122E087B for ; Sat, 27 May 2023 15:57:08 +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 D6B3634108F for ; Sat, 27 May 2023 15:57:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71E1FA72 for ; Sat, 27 May 2023 15:57:06 +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: <1685203013.c1d34e4606957e1541034a69ae136fd154821312.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/kclock/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/kclock/kclock-23.04.49.9999.ebuild kde-misc/kclock/kclock-9999.ebuild X-VCS-Directories: kde-misc/kclock/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c1d34e4606957e1541034a69ae136fd154821312 X-VCS-Branch: master Date: Sat, 27 May 2023 15:57:06 +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: 422551fd-57bc-4b1e-8c1e-868656dc1204 X-Archives-Hash: 490f0e35cf96b4f41fef62bbb75efd6e commit: c1d34e4606957e1541034a69ae136fd154821312 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat May 27 15:37:48 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat May 27 15:56:53 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c1d34e46 kde-misc/kclock: Align KFMIN, QTMIN with other KDE Gear packages Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/kclock/kclock-23.04.49.9999.ebuild | 4 ++-- kde-misc/kclock/kclock-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kde-misc/kclock/kclock-23.04.49.9999.ebuild b/kde-misc/kclock/kclock-23.04.49.9999.ebuild index 8d934edff1..b1d614cc14 100644 --- a/kde-misc/kclock/kclock-23.04.49.9999.ebuild +++ b/kde-misc/kclock/kclock-23.04.49.9999.ebuild @@ -3,9 +3,9 @@ EAPI=8 -KFMIN=5.101.0 -QTMIN=5.15.0 KDE_ORG_CATEGORY="utilities" +KFMIN=5.106.0 +QTMIN=5.15.9 inherit ecm gear.kde.org DESCRIPTION="Convergent clock application for Plasma" diff --git a/kde-misc/kclock/kclock-9999.ebuild b/kde-misc/kclock/kclock-9999.ebuild index 8d934edff1..b1d614cc14 100644 --- a/kde-misc/kclock/kclock-9999.ebuild +++ b/kde-misc/kclock/kclock-9999.ebuild @@ -3,9 +3,9 @@ EAPI=8 -KFMIN=5.101.0 -QTMIN=5.15.0 KDE_ORG_CATEGORY="utilities" +KFMIN=5.106.0 +QTMIN=5.15.9 inherit ecm gear.kde.org DESCRIPTION="Convergent clock application for Plasma"