commit:     cdad57bf0efe0ea509aad0e80238b41dbb0e4744
Author:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 21 01:03:37 2025 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> 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 <eschwartz <AT> 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

Reply via email to