dev-gap/browse: add two missing test deps

It looks like the latest version of Browse picked up some new test
dependencies.

Closes: https://bugs.gentoo.org/939712
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
This commit is contained in:
Michael Orlitzky
2024-09-17 18:37:13 -04:00
parent 72b0edf05a
commit e9dfbe61f3

View File

@@ -20,9 +20,14 @@ DEPEND="sci-mathematics/gap:=
sys-libs/ncurses:="
RDEPEND="${DEPEND}"
GAP_PKG_EXTRA_INSTALL=( app bibl )
BDEPEND="test? (
dev-gap/ctbllib
dev-gap/tomlib
)"
gap-pkg_enable_tests
GAP_PKG_EXTRA_INSTALL=( app bibl )
src_compile() {
# This has been emailed upstream but there's no public
# bug tracker AFAIK.