summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-04-26 04:02:57 +0100
committerSam James <sam@gentoo.org>2022-04-26 04:03:21 +0100
commit763bb8876f56d80c045ac4dbdeb46e9ed7648d54 (patch)
treece94b718740ee6cfc206dab607ccc64905a7c8aa /dev-python/secretstorage
parentdev-python/pyenchant: Keyword 3.2.2 s390, #840885 (diff)
downloadgentoo-763bb8876f56d80c045ac4dbdeb46e9ed7648d54.tar.gz
gentoo-763bb8876f56d80c045ac4dbdeb46e9ed7648d54.tar.bz2
gentoo-763bb8876f56d80c045ac4dbdeb46e9ed7648d54.zip
dev-python/secretstorage: change gnome-keyring dep to virtual/secret-service
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/secretstorage')
-rw-r--r--dev-python/secretstorage/secretstorage-3.3.1.ebuild4
-rw-r--r--dev-python/secretstorage/secretstorage-3.3.2.ebuild2
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
)
) )
"