commit:     16fb7f1d9510242ced970f3ca962706f9b569f2a
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon Jan 22 17:50:17 2024 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> 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 <cyber+gentoo <AT> 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 )
 

Reply via email to