aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2024-01-22 22:50:17 +0500
committerAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2024-01-22 22:51:53 +0500
commit16fb7f1d9510242ced970f3ca962706f9b569f2a (patch)
tree20b3d8a3d863f6c5c484553b0b5b663d3fd663c3 /dev-crystal
parentdev-nim/zedeus_redis: sync with databases.eclass (diff)
downloadguru-16fb7f1d9510242ced970f3ca962706f9b569f2a.tar.gz
guru-16fb7f1d9510242ced970f3ca962706f9b569f2a.tar.bz2
guru-16fb7f1d9510242ced970f3ca962706f9b569f2a.zip
dev-crystal/crystal-pg: sync with databases.eclass
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'dev-crystal')
-rw-r--r--dev-crystal/crystal-pg/crystal-pg-0.27.0.ebuild8
1 files 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 )