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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 53CD11584F2 for ; Sat, 15 Mar 2025 16:42:50 +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) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 211D73430F1 for ; Sat, 15 Mar 2025 16:42:50 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 1411C11037F; Sat, 15 Mar 2025 16:42:49 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 04A3E1102B7 for ; Sat, 15 Mar 2025 16:42:48 +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 AC0613430B2 for ; Sat, 15 Mar 2025 16:42:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 147CA11A8 for ; Sat, 15 Mar 2025 16:42:47 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1742056963.7ea74b600969a4495816fd5bcfdcbc8afef6de89.sam@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-crypt/keysmith/ X-VCS-Repository: proj/kde X-VCS-Files: app-crypt/keysmith/keysmith-9999.ebuild X-VCS-Directories: app-crypt/keysmith/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7ea74b600969a4495816fd5bcfdcbc8afef6de89 X-VCS-Branch: master Date: Sat, 15 Mar 2025 16:42:47 +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: a69ee589-ec57-4a93-b8a0-221431f2b113 X-Archives-Hash: a1f44f4c0be1f95c4308fe05b0420b98 commit: 7ea74b600969a4495816fd5bcfdcbc8afef6de89 Author: Sam James gentoo org> AuthorDate: Sat Mar 15 16:34:55 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sat Mar 15 16:42:43 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7ea74b60 app-crypt/keysmith: add openssl dep This was briefly qca in 895918d5d456ec720f9827f4a5a9321d036eca79 then became openssl in a83d1bfa4d6a4db9c7115e4d35cd2b7af0811d7b upstream. Signed-off-by: Sam James gentoo.org> app-crypt/keysmith/keysmith-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-crypt/keysmith/keysmith-9999.ebuild b/app-crypt/keysmith/keysmith-9999.ebuild index de059ddde6..e2b021ba41 100644 --- a/app-crypt/keysmith/keysmith-9999.ebuild +++ b/app-crypt/keysmith/keysmith-9999.ebuild @@ -20,6 +20,7 @@ IUSE="" COMMON_DEPEND=" dev-libs/kirigami-addons:6 dev-libs/libsodium:= + dev-libs/openssl:= >=dev-qt/qtbase-${QTMIN}:6[gui,widgets] >=dev-qt/qtdeclarative-${QTMIN}:6 >=dev-qt/qtsvg-${QTMIN}:6