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 AA06015808A for ; Mon, 21 Jul 2025 16:40:35 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 8D949340ED4 for ; Mon, 21 Jul 2025 16:40:35 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 403B2110562; Mon, 21 Jul 2025 16:40:27 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 3A451110562 for ; Mon, 21 Jul 2025 16:40:27 +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 EA5DB340E3E for ; Mon, 21 Jul 2025 16:40:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 581853294 for ; Mon, 21 Jul 2025 16:40:25 +0000 (UTC) From: "Eli Schwartz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eli Schwartz" Message-ID: <1753115981.cdad57bf0efe0ea509aad0e80238b41dbb0e4744.eschwartz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/swtpm/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/swtpm/swtpm-0.10.0-r1.ebuild app-crypt/swtpm/swtpm-0.10.0-r2.ebuild X-VCS-Directories: app-crypt/swtpm/ X-VCS-Committer: eschwartz X-VCS-Committer-Name: Eli Schwartz X-VCS-Revision: cdad57bf0efe0ea509aad0e80238b41dbb0e4744 X-VCS-Branch: master Date: Mon, 21 Jul 2025 16:40:25 +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: 523e0da3-4328-40db-880a-25ab5310038a X-Archives-Hash: 325374158f1e0305c9e322ea6a06fdc9 commit: cdad57bf0efe0ea509aad0e80238b41dbb0e4744 Author: Eli Schwartz gentoo org> AuthorDate: Mon Jul 21 01:03:37 2025 +0000 Commit: Eli Schwartz gentoo org> CommitDate: Mon Jul 21 16:39:41 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdad57bf app-crypt/swtpm: glib is now unconditionally needed since 0.6.0 swtpm-setup was rewritten in C with the aid of glib: https://github.com/stefanberger/swtpm/commit/c125e34bf23afa8e0f0b876c352310b7b46ae826 Signed-off-by: Eli Schwartz gentoo.org> app-crypt/swtpm/{swtpm-0.10.0-r1.ebuild => swtpm-0.10.0-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/swtpm/swtpm-0.10.0-r1.ebuild b/app-crypt/swtpm/swtpm-0.10.0-r2.ebuild similarity index 98% rename from app-crypt/swtpm/swtpm-0.10.0-r1.ebuild rename to app-crypt/swtpm/swtpm-0.10.0-r2.ebuild index 89d973a5a69e..a38e9f28b22c 100644 --- a/app-crypt/swtpm/swtpm-0.10.0-r1.ebuild +++ b/app-crypt/swtpm/swtpm-0.10.0-r2.ebuild @@ -22,12 +22,12 @@ RESTRICT="!test? ( test )" # pkcs11 in gnutls: https://github.com/stefanberger/swtpm/issues/477. RDEPEND="fuse? ( - dev-libs/glib:2 sys-fs/fuse:0 ) seccomp? ( sys-libs/libseccomp ) acct-group/tss acct-user/tss + dev-libs/glib:2 dev-libs/gmp:= dev-libs/openssl:= dev-libs/json-glib