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 6B5DE158043 for ; Sun, 14 Apr 2024 15:28:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3BEBE2A03; Sun, 14 Apr 2024 15:28:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 CEA50E2A03 for ; Sun, 14 Apr 2024 15:28:29 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F025F343392 for ; Sun, 14 Apr 2024 15:28:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F96916E4 for ; Sun, 14 Apr 2024 15:28:26 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1713108494.08619b5c0681f6738145dd3a48b76fba52bd043c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/pyzor/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-filter/pyzor/pyzor-1.0.0_p20211223.ebuild X-VCS-Directories: mail-filter/pyzor/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 08619b5c0681f6738145dd3a48b76fba52bd043c X-VCS-Branch: master Date: Sun, 14 Apr 2024 15:28:26 +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: 25cc27a2-abf8-4081-b01c-c8aef83c1912 X-Archives-Hash: 780df311a4ec19c16208af8b6ba1cdc2 commit: 08619b5c0681f6738145dd3a48b76fba52bd043c Author: Michał Górny gentoo org> AuthorDate: Sun Apr 14 15:27:32 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Apr 14 15:28:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08619b5c mail-filter/pyzor: Remove cumbersome REQUIRED_USE for tests Signed-off-by: Michał Górny gentoo.org> mail-filter/pyzor/pyzor-1.0.0_p20211223.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/mail-filter/pyzor/pyzor-1.0.0_p20211223.ebuild b/mail-filter/pyzor/pyzor-1.0.0_p20211223.ebuild index b810fa1972ed..b566d42dd97e 100644 --- a/mail-filter/pyzor/pyzor-1.0.0_p20211223.ebuild +++ b/mail-filter/pyzor/pyzor-1.0.0_p20211223.ebuild @@ -30,16 +30,13 @@ RDEPEND=" " DEPEND=" test? ( - gdbm? ( $(python_gen_impl_dep 'gdbm') ) - redis? ( dev-python/redis[${PYTHON_USEDEP}] ) + $(python_gen_impl_dep 'gdbm') + dev-python/redis[${PYTHON_USEDEP}] ) " -# TODO: maybe upstream would support skipping tests for which the -# dependencies are missing? REQUIRED_USE=" pyzord? ( || ( gdbm redis ) ) - test? ( gdbm redis ) " distutils_enable_sphinx docs