From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id A63711584F2 for ; Mon, 17 Mar 2025 17:24:12 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 8AB93343275 for ; Mon, 17 Mar 2025 17:24:12 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 8964811037F; Mon, 17 Mar 2025 17:24:11 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 7CD5611037F for ; Mon, 17 Mar 2025 17:24:11 +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 19053343275 for ; Mon, 17 Mar 2025 17:24:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3970C11A8 for ; Mon, 17 Mar 2025 17:24:09 +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: <1742232219.3a7cd8eeaacb4310583e9d2fe873091f0f45cd9d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/kio-gdrive/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/kio-gdrive/kio-gdrive-24.12.3-r1.ebuild kde-misc/kio-gdrive/kio-gdrive-24.12.3.ebuild X-VCS-Directories: kde-misc/kio-gdrive/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3a7cd8eeaacb4310583e9d2fe873091f0f45cd9d X-VCS-Branch: master Date: Mon, 17 Mar 2025 17:24:09 +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: 26e17493-c5af-4053-9062-77deed4d0484 X-Archives-Hash: 68a166c080ea89589eaa98fcea8ee4b1 commit: 3a7cd8eeaacb4310583e9d2fe873091f0f45cd9d Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Mar 16 23:06:21 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Mar 17 17:23:39 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a7cd8ee kde-misc/kio-gdrive: Add necessary minimums to fellow kde-apps/ deps Signed-off-by: Andreas Sturmlechner gentoo.org> .../{kio-gdrive-24.12.3.ebuild => kio-gdrive-24.12.3-r1.ebuild} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/kde-misc/kio-gdrive/kio-gdrive-24.12.3.ebuild b/kde-misc/kio-gdrive/kio-gdrive-24.12.3-r1.ebuild similarity index 92% rename from kde-misc/kio-gdrive/kio-gdrive-24.12.3.ebuild rename to kde-misc/kio-gdrive/kio-gdrive-24.12.3-r1.ebuild index 93718a4f9092..014693e9ca64 100644 --- a/kde-misc/kio-gdrive/kio-gdrive-24.12.3.ebuild +++ b/kde-misc/kio-gdrive/kio-gdrive-24.12.3-r1.ebuild @@ -7,6 +7,7 @@ ECM_HANDBOOK="forceoff" ECM_TEST="true" KDE_ORG_CATEGORY="network" KFMIN=6.7.0 +PVCUT=$(ver_cut 1-3) QTMIN=6.7.2 inherit ecm gear.kde.org @@ -20,8 +21,8 @@ IUSE="+share" COMMON_DEPEND=" >=dev-qt/qtbase-${QTMIN}:6[gui,widgets] - kde-apps/kaccounts-integration:6 - kde-apps/libkgapi:6 + >=kde-apps/kaccounts-integration-${PVCUT}:6 + >=kde-apps/libkgapi-${PVCUT}:6 >=kde-frameworks/kcoreaddons-${KFMIN}:6 >=kde-frameworks/ki18n-${KFMIN}:6 >=kde-frameworks/kio-${KFMIN}:6