From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9413715808E for ; Tue, 26 Apr 2022 03:14:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F9F2E01B5; Tue, 26 Apr 2022 03:14:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 22ECEE01B5 for ; Tue, 26 Apr 2022 03:14:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5AC8F34170E for ; Tue, 26 Apr 2022 03:14:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF06B2F9 for ; Tue, 26 Apr 2022 03:14:47 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1650942877.ea2e09cb736750b922d32fe7b941acfb089ea656.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/secretstorage/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/secretstorage/secretstorage-3.3.1.ebuild dev-python/secretstorage/secretstorage-3.3.2.ebuild X-VCS-Directories: dev-python/secretstorage/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ea2e09cb736750b922d32fe7b941acfb089ea656 X-VCS-Branch: master Date: Tue, 26 Apr 2022 03:14:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5dd6c565-561c-4c8e-a721-db6396b89243 X-Archives-Hash: 6ef343c5ca931baf750ca9ac1ff4df56 commit: ea2e09cb736750b922d32fe7b941acfb089ea656 Author: Sam James gentoo org> AuthorDate: Tue Apr 26 03:14:29 2022 +0000 Commit: Sam James gentoo 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 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