mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 22:52:59 -04:00
dev-crystal/crystal-pg: sync with databases.eclass
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -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 )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user