summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2024-08-29 07:31:48 -0400
committerMichael Orlitzky <mjo@gentoo.org>2024-08-29 10:03:25 -0400
commit7313377be5d6d478a32b6c5e877e686016b7a188 (patch)
tree5e870c9fb00a25221dc52728eda7acd58c13131f /dev-gap
parentsci-mathematics/gap,dev-gap/*: add ~riscv keywords (diff)
downloadgentoo-7313377be5d6d478a32b6c5e877e686016b7a188.tar.gz
gentoo-7313377be5d6d478a32b6c5e877e686016b7a188.tar.bz2
gentoo-7313377be5d6d478a32b6c5e877e686016b7a188.zip
dev-gap/digraphs: add missing test dependency
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'dev-gap')
-rw-r--r--dev-gap/digraphs/digraphs-1.7.1-r1.ebuild (renamed from dev-gap/digraphs/digraphs-1.7.1.ebuild)10
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-gap/digraphs/digraphs-1.7.1.ebuild b/dev-gap/digraphs/digraphs-1.7.1-r1.ebuild
index d41ad562ddb5..2c7dd0866e1e 100644
--- a/dev-gap/digraphs/digraphs-1.7.1.ebuild
+++ b/dev-gap/digraphs/digraphs-1.7.1-r1.ebuild
@@ -20,6 +20,16 @@ RDEPEND="${DEPEND}
dev-gap/orb
dev-gap/datastructures"
+# There are a few tests that will fail without a PDF viewer installed.
+# Having xdg-open is good enough, and light weight, so it goes first.
+BDEPEND="test? ( || (
+ x11-misc/xdg-utils
+ app-text/gv
+ app-text/xpdf
+ app-text/evince
+ kde-apps/okular
+) )"
+
DOCS=( CHANGELOG.md README.md )
GAP_PKG_EXTRA_INSTALL=( data notebooks )