From 5f216826004fc05bad842a51202f69c411f645f6 Mon Sep 17 00:00:00 2001 From: Andrei Horodniceanu Date: Fri, 31 May 2024 13:24:16 +0300 Subject: x11-terms/tilix: change password support optfeature deps app-crypt/libsecret already depends on virtual/secret-service so a provider will be installed when libsecret is. This makes it redundant to specify gnome-keyring in the optfeature much more that other providers exist and they work fine. Signed-off-by: Andrei Horodniceanu --- x11-terms/tilix/tilix-1.9.6-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-terms/tilix/tilix-1.9.6-r1.ebuild b/x11-terms/tilix/tilix-1.9.6-r1.ebuild index 884df61..4546739 100644 --- a/x11-terms/tilix/tilix-1.9.6-r1.ebuild +++ b/x11-terms/tilix/tilix-1.9.6-r1.ebuild @@ -48,7 +48,7 @@ pkg_postinst() { gnome2_schemas_update optfeature "Nautilus integration" "dev-python/nautilus-python" - optfeature "Password support" "app-crypt/libsecret gnome-base/gnome-keyring" + optfeature "Password support" "app-crypt/libsecret" } pkg_postrm() { -- cgit v1.2.3-65-gdbad