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 527A115838C for ; Mon, 22 Jan 2024 17:52:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 000E6E2A96; Mon, 22 Jan 2024 17:52:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 DEC6CE2A96 for ; Mon, 22 Jan 2024 17:52:36 +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 34AC8343281 for ; Mon, 22 Jan 2024 17:52:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E5C814C4 for ; Mon, 22 Jan 2024 17:52:33 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1705945912.7644cf2e063babda6e50045ea9895bcfee663aa8.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/psycopg2cffi/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/psycopg2cffi/psycopg2cffi-2.9.0-r1.ebuild X-VCS-Directories: dev-python/psycopg2cffi/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 7644cf2e063babda6e50045ea9895bcfee663aa8 X-VCS-Branch: dev Date: Mon, 22 Jan 2024 17:52:33 +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: 11b8822a-fef0-4633-a1fa-16b09a6529f4 X-Archives-Hash: 684e171deddab1dffb961fa7e544a9aa commit: 7644cf2e063babda6e50045ea9895bcfee663aa8 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Mon Jan 22 17:43:15 2024 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Mon Jan 22 17:51:52 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7644cf2e dev-python/psycopg2cffi: sync with databases.eclass Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/psycopg2cffi/psycopg2cffi-2.9.0-r1.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-python/psycopg2cffi/psycopg2cffi-2.9.0-r1.ebuild b/dev-python/psycopg2cffi/psycopg2cffi-2.9.0-r1.ebuild index 6c0c367058..5aace629b5 100644 --- a/dev-python/psycopg2cffi/psycopg2cffi-2.9.0-r1.ebuild +++ b/dev-python/psycopg2cffi/psycopg2cffi-2.9.0-r1.ebuild @@ -25,9 +25,7 @@ RDEPEND=" " BDEPEND=" $(python_gen_cond_dep 'dev-python/cffi[${PYTHON_USEDEP}]' 'python*') - test? ( - $(epostgres --get-depend) - ) + test? ( ${DATABASES_DEPEND[postgres]} ) " PATCHES=( "${FILESDIR}"/${P}-include-tests.patch )