From ea2e09cb736750b922d32fe7b941acfb089ea656 Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 26 Apr 2022 04:14:29 +0100 Subject: dev-python/secretstorage: avoid secret-service dep on s390 Bug: https://bugs.gentoo.org/840900 Signed-off-by: Sam James --- 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(-) (limited to 'dev-python') 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 -- cgit v1.2.3