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 41344158451 for ; Sun, 7 Jan 2024 13:26:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE43F2BC16D; Sun, 7 Jan 2024 13:26:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 C097C2BC16C for ; Sun, 7 Jan 2024 13:26:47 +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 13DEB3432B9 for ; Sun, 7 Jan 2024 13:26:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9ED5F14CB for ; Sun, 7 Jan 2024 13:26:43 +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: <1704633879.217ea5b2a9437df6c2b78d8bbf73b22ba7fec09b.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/signon-kwallet-extension/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/signon-kwallet-extension/signon-kwallet-extension-9999.ebuild X-VCS-Directories: kde-apps/signon-kwallet-extension/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 217ea5b2a9437df6c2b78d8bbf73b22ba7fec09b X-VCS-Branch: master Date: Sun, 7 Jan 2024 13:26:43 +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: c1cf3892-98fb-4024-8eb0-5e7ef6702549 X-Archives-Hash: 1acdc50093fc173a89abd0436e7e6a4c commit: 217ea5b2a9437df6c2b78d8bbf73b22ba7fec09b Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jan 7 13:05:34 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jan 7 13:24:39 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=217ea5b2 kde-apps/signon-kwallet-extension: Port to KF6 Signed-off-by: Andreas Sturmlechner gentoo.org> .../signon-kwallet-extension/signon-kwallet-extension-9999.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/kde-apps/signon-kwallet-extension/signon-kwallet-extension-9999.ebuild b/kde-apps/signon-kwallet-extension/signon-kwallet-extension-9999.ebuild index a54fc9543c..56d66eabda 100644 --- a/kde-apps/signon-kwallet-extension/signon-kwallet-extension-9999.ebuild +++ b/kde-apps/signon-kwallet-extension/signon-kwallet-extension-9999.ebuild @@ -3,18 +3,18 @@ EAPI=8 -KFMIN=5.106.0 +KFMIN=5.245.0 inherit ecm gear.kde.org DESCRIPTION="KWallet extension for signond" HOMEPAGE="https://accounts-sso.gitlab.io/" LICENSE="GPL-2+" -SLOT="5" +SLOT="6" KEYWORDS="" DEPEND=" - >=kde-frameworks/kwallet-${KFMIN}:5 - >=net-libs/signond-8.61-r1[qt5(-)] + >=kde-frameworks/kwallet-${KFMIN}:6 + >=net-libs/signond-8.61-r1[qt6] " RDEPEND="${DEPEND}"