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 E666A158013 for ; Thu, 7 Dec 2023 19:34:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C03F42BC037; Thu, 7 Dec 2023 19:34:04 +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 A1F952BC037 for ; Thu, 7 Dec 2023 19:34:04 +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 6BDC7340824 for ; Thu, 7 Dec 2023 19:34:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8651C1458 for ; Thu, 7 Dec 2023 19:34:00 +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: <1701977548.bbf8e9522f41b85b3f6d60606c3bff6d3b09fe90.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-23.08.4.ebuild app-crypt/keysmith/keysmith-23.08.49.9999.ebuild X-VCS-Directories: app-crypt/keysmith/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: bbf8e9522f41b85b3f6d60606c3bff6d3b09fe90 X-VCS-Branch: master Date: Thu, 7 Dec 2023 19:34:00 +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: d5ca9dc6-e3f9-450d-b086-504e41bdf5e4 X-Archives-Hash: 191c9fd59028184260cfcd7aa5212ca4 commit: bbf8e9522f41b85b3f6d60606c3bff6d3b09fe90 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Dec 7 18:17:04 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Dec 7 19:32:28 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=bbf8e952 app-crypt/keysmith: Add missing kirigami-addons dependency Thanks-to: Alexey Min gmail.com> Bug: https://bugs.gentoo.org/919297 Signed-off-by: Andreas Sturmlechner gentoo.org> app-crypt/keysmith/keysmith-23.08.4.ebuild | 1 + app-crypt/keysmith/keysmith-23.08.49.9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/app-crypt/keysmith/keysmith-23.08.4.ebuild b/app-crypt/keysmith/keysmith-23.08.4.ebuild index 351289524b..258596e9f9 100644 --- a/app-crypt/keysmith/keysmith-23.08.4.ebuild +++ b/app-crypt/keysmith/keysmith-23.08.4.ebuild @@ -18,6 +18,7 @@ KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~x86" IUSE="" RDEPEND=" + dev-libs/kirigami-addons:5 dev-libs/libsodium:= >=dev-qt/qtdeclarative-${QTMIN}:5 >=dev-qt/qtgui-${QTMIN}:5 diff --git a/app-crypt/keysmith/keysmith-23.08.49.9999.ebuild b/app-crypt/keysmith/keysmith-23.08.49.9999.ebuild index 628224afc7..eaf3b23aa3 100644 --- a/app-crypt/keysmith/keysmith-23.08.49.9999.ebuild +++ b/app-crypt/keysmith/keysmith-23.08.49.9999.ebuild @@ -18,6 +18,7 @@ KEYWORDS="" IUSE="" RDEPEND=" + dev-libs/kirigami-addons:5 dev-libs/libsodium:= >=dev-qt/qtdeclarative-${QTMIN}:5 >=dev-qt/qtgui-${QTMIN}:5