summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2023-12-21 17:55:57 -0500
committerMichael Orlitzky <mjo@gentoo.org>2024-01-22 06:29:15 -0500
commitd826b8213bcd8d8c94a8e04f986c4d5fb99b736f (patch)
tree1778d2d51d03dd1c8e0e0be0fe7274a1bf5a6898 /dev-gap
parentdev-gap/hapcryst: new package, add 0.1.15 (diff)
downloadgentoo-d826b8213bcd8d8c94a8e04f986c4d5fb99b736f.tar.gz
gentoo-d826b8213bcd8d8c94a8e04f986c4d5fb99b736f.tar.bz2
gentoo-d826b8213bcd8d8c94a8e04f986c4d5fb99b736f.zip
dev-gap/hap: uncomment circular test deps and enable the test suite
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'dev-gap')
-rw-r--r--dev-gap/hap/hap-1.60.ebuild22
1 files changed, 11 insertions, 11 deletions
diff --git a/dev-gap/hap/hap-1.60.ebuild b/dev-gap/hap/hap-1.60.ebuild
index 08c73706089a..ef7a1b6988d4 100644
--- a/dev-gap/hap/hap-1.60.ebuild
+++ b/dev-gap/hap/hap-1.60.ebuild
@@ -11,8 +11,8 @@ SRC_URI="https://github.com/gap-packages/${PN}/releases/download/v${PV}/${P}.tar
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64"
-#IUSE="test"
-RESTRICT=test
+IUSE="test"
+RESTRICT="!test? ( test )"
RDEPEND="dev-gap/aclib
dev-gap/crystcat
@@ -33,15 +33,15 @@ RDEPEND="dev-gap/aclib
#
# https://github.com/gap-packages/hap/issues/115
#
-# BDEPEND="test? (
-# dev-gap/congruence
-# dev-gap/edim
-# dev-gap/hapcryst
-# dev-gap/laguna
-# dev-gap/polymaking
-# dev-gap/singular
-# media-gfx/imagemagick[png]
-# )"
+BDEPEND="test? (
+ dev-gap/congruence
+ dev-gap/edim
+ dev-gap/hapcryst
+ dev-gap/laguna
+ dev-gap/polymaking
+ dev-gap/singular
+ media-gfx/imagemagick[png]
+)"
HTML_DOCS="www/* tutorial"