summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2023-12-21 10:33:26 -0500
committerMichael Orlitzky <mjo@gentoo.org>2024-01-22 06:29:03 -0500
commit0e9113c012ddae49543d5661ca3392a9bed2a7dc (patch)
tree855df5115ce301ff0da5662b2c8df10991842120
parentdev-gap/tomlib: new package, add 1.2.9 (diff)
downloadgentoo-0e9113c012ddae49543d5661ca3392a9bed2a7dc.tar.gz
gentoo-0e9113c012ddae49543d5661ca3392a9bed2a7dc.tar.bz2
gentoo-0e9113c012ddae49543d5661ca3392a9bed2a7dc.zip
dev-gap/atlasrep: uncomment circular dep and enable tests
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
-rw-r--r--dev-gap/atlasrep/atlasrep-2.1.7.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-gap/atlasrep/atlasrep-2.1.7.ebuild b/dev-gap/atlasrep/atlasrep-2.1.7.ebuild
index 8d5e3f916982..731f66db06b7 100644
--- a/dev-gap/atlasrep/atlasrep-2.1.7.ebuild
+++ b/dev-gap/atlasrep/atlasrep-2.1.7.ebuild
@@ -23,15 +23,15 @@ SRC_URI="https://www.math.rwth-aachen.de/~Thomas.Breuer/atlasrep/${P}.tar.gz
LICENSE="GPL-3+"
KEYWORDS="~amd64"
-#IUSE="test"
-RESTRICT=test
+IUSE="test"
+RESTRICT="!test? ( test )"
RDEPEND="dev-gap/io
dev-gap/utils"
-#BDEPEND="test? (
-# dev-gap/tomlib
-#)"
+BDEPEND="test? (
+ dev-gap/tomlib
+)"
gap-pkg_enable_tests
PATCHES=(