commit: 763bb8876f56d80c045ac4dbdeb46e9ed7648d54
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 26 03:02:57 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 26 03:03:21 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=763bb887
dev-python/secretstorage: change gnome-keyring dep to virtual/secret-service
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/secretstorage/secretstorage-3.3.1.ebuild | 4 ++--
dev-python/secretstorage/secretstorage-3.3.2.ebuild | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/secretstorage/secretstorage-3.3.1.ebuild
b/dev-python/secretstorage/secretstorage-3.3.1.ebuild
index 0ec9903400e7..aa44e3708a29 100644
--- a/dev-python/secretstorage/secretstorage-3.3.1.ebuild
+++ b/dev-python/secretstorage/secretstorage-3.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -24,8 +24,8 @@ RDEPEND="
"
BDEPEND="
test? ( !hppa? ( !sparc? (
- gnome-base/gnome-keyring
sys-apps/dbus
+ virtual/secret-service
) ) )
"
diff --git a/dev-python/secretstorage/secretstorage-3.3.2.ebuild
b/dev-python/secretstorage/secretstorage-3.3.2.ebuild
index 10a39555d128..d1a79f037559 100644
--- a/dev-python/secretstorage/secretstorage-3.3.2.ebuild
+++ b/dev-python/secretstorage/secretstorage-3.3.2.ebuild
@@ -29,8 +29,8 @@ RDEPEND="
BDEPEND="
test? (
!hppa? ( !sparc? (
- gnome-base/gnome-keyring
sys-apps/dbus
+ virtual/secret-service
)
) )
"