commit:     ea2e09cb736750b922d32fe7b941acfb089ea656
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 26 03:14:29 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 26 03:14:37 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea2e09cb

dev-python/secretstorage: avoid secret-service dep on s390

Bug: https://bugs.gentoo.org/840900
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 | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/secretstorage/secretstorage-3.3.1.ebuild 
b/dev-python/secretstorage/secretstorage-3.3.1.ebuild
index aa44e3708a29..783105f6acc2 100644
--- a/dev-python/secretstorage/secretstorage-3.3.1.ebuild
+++ b/dev-python/secretstorage/secretstorage-3.3.1.ebuild
@@ -23,10 +23,10 @@ RDEPEND="
        >=dev-python/jeepney-0.6[${PYTHON_USEDEP}]
 "
 BDEPEND="
-       test? ( !hppa? ( !sparc? (
+       test? ( !hppa? ( !sparc? ( !s390? (
                sys-apps/dbus
                virtual/secret-service
-       ) ) )
+       ) ) ) )
 "
 
 distutils_enable_tests unittest

diff --git a/dev-python/secretstorage/secretstorage-3.3.2.ebuild 
b/dev-python/secretstorage/secretstorage-3.3.2.ebuild
index d1a79f037559..4984cd1b9085 100644
--- a/dev-python/secretstorage/secretstorage-3.3.2.ebuild
+++ b/dev-python/secretstorage/secretstorage-3.3.2.ebuild
@@ -28,11 +28,11 @@ RDEPEND="
 "
 BDEPEND="
        test? (
-               !hppa? ( !sparc? (
+               !hppa? ( !sparc? ( !s390? (
                        sys-apps/dbus
                        virtual/secret-service
                )
-       ) )
+       ) ) )
 "
 
 distutils_enable_tests unittest

Reply via email to