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 6F8581581D3 for ; Sun, 2 Jun 2024 05:29:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70F04E2A85; Sun, 2 Jun 2024 05:29:12 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 56908E2A85 for ; Sun, 2 Jun 2024 05:29:12 +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 A4E00343010 for ; Sun, 2 Jun 2024 05:29:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 160861C0A for ; Sun, 2 Jun 2024 05:29:09 +0000 (UTC) From: "Horodniceanu Andrei" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horodniceanu Andrei" Message-ID: <1717260840.5f216826004fc05bad842a51202f69c411f645f6.a.horodniceanu@gentoo> Subject: [gentoo-commits] repo/user/dlang:master commit in: x11-terms/tilix/ X-VCS-Repository: repo/user/dlang X-VCS-Files: x11-terms/tilix/tilix-1.9.6-r1.ebuild X-VCS-Directories: x11-terms/tilix/ X-VCS-Committer: a.horodniceanu X-VCS-Committer-Name: Horodniceanu Andrei X-VCS-Revision: 5f216826004fc05bad842a51202f69c411f645f6 X-VCS-Branch: master Date: Sun, 2 Jun 2024 05:29:09 +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: f2f89a36-fdd7-45dc-96d0-e26e564b9ae6 X-Archives-Hash: 961918603ed63d694f593dc623bd657c commit: 5f216826004fc05bad842a51202f69c411f645f6 Author: Andrei Horodniceanu proton me> AuthorDate: Fri May 31 10:24:16 2024 +0000 Commit: Horodniceanu Andrei proton me> CommitDate: Sat Jun 1 16:54:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=5f216826 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 proton.me> 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() {