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 6F8BF15838C for ; Mon, 22 Jan 2024 17:52:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D67E6E2A9C; 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 BA7F5E2A9C 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 72E813432B1 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 D999814C9 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: <1705945913.16fb7f1d9510242ced970f3ca962706f9b569f2a.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-crystal/crystal-pg/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-crystal/crystal-pg/crystal-pg-0.27.0.ebuild X-VCS-Directories: dev-crystal/crystal-pg/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 16fb7f1d9510242ced970f3ca962706f9b569f2a 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: 4405dfd4-4ee4-48ec-b685-507af9ede356 X-Archives-Hash: 850fc9a38de26ede16d1ae0138c3da4d commit: 16fb7f1d9510242ced970f3ca962706f9b569f2a Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Mon Jan 22 17:50:17 2024 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Mon Jan 22 17:51:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=16fb7f1d dev-crystal/crystal-pg: sync with databases.eclass Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-crystal/crystal-pg/crystal-pg-0.27.0.ebuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/dev-crystal/crystal-pg/crystal-pg-0.27.0.ebuild b/dev-crystal/crystal-pg/crystal-pg-0.27.0.ebuild index 0d5a61eaa1..64a8e19c66 100644 --- a/dev-crystal/crystal-pg/crystal-pg-0.27.0.ebuild +++ b/dev-crystal/crystal-pg/crystal-pg-0.27.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit databases shards +inherit databases edo shards DESCRIPTION="A native, non-blocking Postgres driver for Crystal" HOMEPAGE="https://github.com/will/crystal-pg" @@ -16,11 +16,7 @@ IUSE="test" RESTRICT="!test? ( test )" RDEPEND="dev-crystal/crystal-db" -BDEPEND=" - test? ( - $(epostgres --get-depend "xml") - ) -" +BDEPEND="test? ( ${DATABASES_DEPEND[postgres]} )" DOCS=( CHANGELOG CONTRIBUTORS {CONTRIBUTING,README}.md )