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 9324315838C for ; Mon, 22 Jan 2024 17:52:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 618C1E2A9A; Mon, 22 Jan 2024 17:52:37 +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 45ADCE2A9A for ; Mon, 22 Jan 2024 17:52:37 +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 59C833432A8 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 81F1A14C5 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.7b48e2e460a8ea04b05ed6c7975358d4d5bec2c9.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pyodbc/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pyodbc/pyodbc-4.0.35.ebuild X-VCS-Directories: dev-python/pyodbc/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 7b48e2e460a8ea04b05ed6c7975358d4d5bec2c9 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: 950ddb19-eb8c-4e4a-98c0-36f3bac51946 X-Archives-Hash: a6690f344d2f097664272866fc4e2eda commit: 7b48e2e460a8ea04b05ed6c7975358d4d5bec2c9 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Mon Jan 22 17:44:58 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=7b48e2e4 dev-python/pyodbc: sync with databases.eclass Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/pyodbc/pyodbc-4.0.35.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyodbc/pyodbc-4.0.35.ebuild b/dev-python/pyodbc/pyodbc-4.0.35.ebuild index eeecbb51d8..8925127fd8 100644 --- a/dev-python/pyodbc/pyodbc-4.0.35.ebuild +++ b/dev-python/pyodbc/pyodbc-4.0.35.ebuild @@ -23,7 +23,7 @@ RDEPEND=">=dev-db/unixODBC-2.3.0" DEPEND="${RDEPEND}" BDEPEND=" test? ( - $(emysql --get-depend) + ${DATABASES_DEPEND[mysql]} dev-db/myodbc:8.0 ) "