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 A3F731581D3 for ; Thu, 16 May 2024 14:26:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24791E2AEE; Thu, 16 May 2024 14:26:58 +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 063F0E2AEE for ; Thu, 16 May 2024 14:26:57 +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 780F3340940 for ; Thu, 16 May 2024 14:26:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0A7E1AD5 for ; Thu, 16 May 2024 14:26:53 +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: <1715868806.fbb7acd03a7d55111aa89733f39f9031594183f4.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-crypt/keysmith/ X-VCS-Repository: proj/kde X-VCS-Files: app-crypt/keysmith/keysmith-24.04.90.ebuild app-crypt/keysmith/keysmith-24.05.49.9999.ebuild app-crypt/keysmith/keysmith-9999.ebuild X-VCS-Directories: app-crypt/keysmith/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: fbb7acd03a7d55111aa89733f39f9031594183f4 X-VCS-Branch: master Date: Thu, 16 May 2024 14:26:53 +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: 258cf67a-af45-401a-b1dd-84e8b4452fb5 X-Archives-Hash: e7290323783278e723d7275db76fd683 commit: fbb7acd03a7d55111aa89733f39f9031594183f4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu May 16 14:13:26 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu May 16 14:13:26 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=fbb7acd0 app-crypt/keysmith: Update dependencies Upstream commit 71db12f26cb2c263f033cf1b3b1f7b5da7dbbb54 Signed-off-by: Andreas Sturmlechner gentoo.org> app-crypt/keysmith/keysmith-24.04.90.ebuild | 7 +++++-- app-crypt/keysmith/keysmith-24.05.49.9999.ebuild | 7 +++++-- app-crypt/keysmith/keysmith-9999.ebuild | 7 +++++-- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/app-crypt/keysmith/keysmith-24.04.90.ebuild b/app-crypt/keysmith/keysmith-24.04.90.ebuild index 18b267398a..da372f6cd3 100644 --- a/app-crypt/keysmith/keysmith-24.04.90.ebuild +++ b/app-crypt/keysmith/keysmith-24.04.90.ebuild @@ -17,7 +17,7 @@ SLOT="0" KEYWORDS="~amd64" IUSE="" -RDEPEND=" +COMMON_DEPEND=" dev-libs/kirigami-addons:6 dev-libs/libsodium:= >=dev-qt/qtbase-${QTMIN}:6[gui,widgets] @@ -28,6 +28,9 @@ RDEPEND=" >=kde-frameworks/kirigami-${KFMIN}:6 >=kde-frameworks/kwindowsystem-${KFMIN}:6 " -DEPEND="${RDEPEND} +DEPEND="${COMMON_DEPEND} >=dev-qt/qtbase-${QTMIN}:6[concurrent] " +RDEPEND="${COMMON_DEPEND} + >=kde-frameworks/qqc2-desktop-style-${KFMIN}:6 +" diff --git a/app-crypt/keysmith/keysmith-24.05.49.9999.ebuild b/app-crypt/keysmith/keysmith-24.05.49.9999.ebuild index 83455c0185..c205972eaa 100644 --- a/app-crypt/keysmith/keysmith-24.05.49.9999.ebuild +++ b/app-crypt/keysmith/keysmith-24.05.49.9999.ebuild @@ -17,7 +17,7 @@ SLOT="0" KEYWORDS="" IUSE="" -RDEPEND=" +COMMON_DEPEND=" dev-libs/kirigami-addons:6 dev-libs/libsodium:= >=dev-qt/qtbase-${QTMIN}:6[gui,widgets] @@ -28,6 +28,9 @@ RDEPEND=" >=kde-frameworks/kirigami-${KFMIN}:6 >=kde-frameworks/kwindowsystem-${KFMIN}:6 " -DEPEND="${RDEPEND} +DEPEND="${COMMON_DEPEND} >=dev-qt/qtbase-${QTMIN}:6[concurrent] " +RDEPEND="${COMMON_DEPEND} + >=kde-frameworks/qqc2-desktop-style-${KFMIN}:6 +" diff --git a/app-crypt/keysmith/keysmith-9999.ebuild b/app-crypt/keysmith/keysmith-9999.ebuild index 83455c0185..c205972eaa 100644 --- a/app-crypt/keysmith/keysmith-9999.ebuild +++ b/app-crypt/keysmith/keysmith-9999.ebuild @@ -17,7 +17,7 @@ SLOT="0" KEYWORDS="" IUSE="" -RDEPEND=" +COMMON_DEPEND=" dev-libs/kirigami-addons:6 dev-libs/libsodium:= >=dev-qt/qtbase-${QTMIN}:6[gui,widgets] @@ -28,6 +28,9 @@ RDEPEND=" >=kde-frameworks/kirigami-${KFMIN}:6 >=kde-frameworks/kwindowsystem-${KFMIN}:6 " -DEPEND="${RDEPEND} +DEPEND="${COMMON_DEPEND} >=dev-qt/qtbase-${QTMIN}:6[concurrent] " +RDEPEND="${COMMON_DEPEND} + >=kde-frameworks/qqc2-desktop-style-${KFMIN}:6 +"