summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2023-12-21 10:45:05 -0500
committerMichael Orlitzky <mjo@gentoo.org>2024-01-22 06:29:05 -0500
commit21c0a8e992901ec241d7bb317b15e0fb88201d9f (patch)
tree85c953bc3b51995ddb2193bc833dc139fb34b9d7
parentdev-gap/browse: new package, add 1.8.21 (diff)
downloadgentoo-21c0a8e992901ec241d7bb317b15e0fb88201d9f.tar.gz
gentoo-21c0a8e992901ec241d7bb317b15e0fb88201d9f.tar.bz2
gentoo-21c0a8e992901ec241d7bb317b15e0fb88201d9f.zip
dev-gap/ctbllib: uncomment circular test deps and enable the tests
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
-rw-r--r--dev-gap/ctbllib/ctbllib-1.3.6.ebuild14
1 files changed, 7 insertions, 7 deletions
diff --git a/dev-gap/ctbllib/ctbllib-1.3.6.ebuild b/dev-gap/ctbllib/ctbllib-1.3.6.ebuild
index dd817df9621f..267a2550f2c3 100644
--- a/dev-gap/ctbllib/ctbllib-1.3.6.ebuild
+++ b/dev-gap/ctbllib/ctbllib-1.3.6.ebuild
@@ -11,15 +11,15 @@ SRC_URI="https://www.math.rwth-aachen.de/~Thomas.Breuer/${PN}/${P}.tar.gz"
LICENSE="GPL-3+"
KEYWORDS="~amd64"
-#IUSE="test"
-RESTRICT=test
+IUSE="test"
+RESTRICT="!test? ( test )"
RDEPEND="dev-gap/atlasrep"
-#BDEPEND="test? (
-# dev-gap/browse
-# dev-gap/spinsym
-# dev-gap/tomlib
-#)"
+BDEPEND="test? (
+ dev-gap/browse
+ dev-gap/spinsym
+ dev-gap/tomlib
+)"
# The are "extra" docs and not the HTML produced by GAPDoc. The glob
# gets expanded if we use a plain variable but not if we use a bash