diff options
author | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2023-06-27 15:47:24 +0500 |
---|---|---|
committer | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2023-06-27 15:47:44 +0500 |
commit | e1d99bde3dc321b87204b23e11a83e56b2eb4ced (patch) | |
tree | 9e15d463cbb2be2f1cfc879e3e07a7aeea5d2ab0 /dev-crystal | |
parent | sys-apps/fchroot: drop to maintainer-needed (diff) | |
download | guru-e1d99bde3dc321b87204b23e11a83e56b2eb4ced.tar.gz guru-e1d99bde3dc321b87204b23e11a83e56b2eb4ced.tar.bz2 guru-e1d99bde3dc321b87204b23e11a83e56b2eb4ced.zip |
dev-crystal/crystal-pg: require xml support for tests
Closes: https://bugs.gentoo.org/909288
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.ebuild | 2 |
1 files changed, 1 insertions, 1 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 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") ) " |