From e1d99bde3dc321b87204b23e11a83e56b2eb4ced Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Tue, 27 Jun 2023 15:47:24 +0500 Subject: dev-crystal/crystal-pg: require xml support for tests Closes: https://bugs.gentoo.org/909288 Signed-off-by: Anna (cybertailor) Vyalkova --- dev-crystal/crystal-pg/crystal-pg-0.27.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-crystal') 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 2d33cfbed..0d5a61eaa 100644 --- a/dev-crystal/crystal-pg/crystal-pg-0.27.0.ebuild +++ b/dev-crystal/crystal-pg/crystal-pg-0.27.0.ebuild @@ -18,7 +18,7 @@ RESTRICT="!test? ( test )" RDEPEND="dev-crystal/crystal-db" BDEPEND=" test? ( - $(epostgres --get-depend) + $(epostgres --get-depend "xml") ) " -- cgit v1.2.3-65-gdbad