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

Bug: https://bugs.gentoo.org/840900
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2022-04-26 04:14:29 +01:00
parent 68bd05ad16
commit ea2e09cb73
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -28,11 +28,11 @@ RDEPEND="
"
BDEPEND="
test? (
!hppa? ( !sparc? (
!hppa? ( !sparc? ( !s390? (
sys-apps/dbus
virtual/secret-service
)
) )
) ) )
"
distutils_enable_tests unittest