mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 14:49:30 -07:00
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:
@@ -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
|
||||
|
||||
@@ -28,11 +28,11 @@ RDEPEND="
|
||||
"
|
||||
BDEPEND="
|
||||
test? (
|
||||
!hppa? ( !sparc? (
|
||||
!hppa? ( !sparc? ( !s390? (
|
||||
sys-apps/dbus
|
||||
virtual/secret-service
|
||||
)
|
||||
) )
|
||||
) ) )
|
||||
"
|
||||
|
||||
distutils_enable_tests unittest
|
||||
|
||||
Reference in New Issue
Block a user