summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2023-12-21 10:18:28 -0500
committerMichael Orlitzky <mjo@gentoo.org>2024-01-22 06:28:59 -0500
commite625c4e3eef29c481e1ef132f3af1e8d2aaf6dff (patch)
tree0f44c53d462fe557140439ad889a245f78456f96 /dev-gap/polycyclic
parentdev-gap/alnuth: new package, add 3.2.1 (diff)
downloadgentoo-e625c4e3eef29c481e1ef132f3af1e8d2aaf6dff.tar.gz
gentoo-e625c4e3eef29c481e1ef132f3af1e8d2aaf6dff.tar.bz2
gentoo-e625c4e3eef29c481e1ef132f3af1e8d2aaf6dff.zip
dev-gap/polycyclic: add PDEPEND=dev-gap/alnuth and enable tests
This was a circular dependency that was commented out for a moment. Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'dev-gap/polycyclic')
-rw-r--r--dev-gap/polycyclic/polycyclic-2.16.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-gap/polycyclic/polycyclic-2.16.ebuild b/dev-gap/polycyclic/polycyclic-2.16.ebuild
index 3425a6f7b5e3..a43edbe76df6 100644
--- a/dev-gap/polycyclic/polycyclic-2.16.ebuild
+++ b/dev-gap/polycyclic/polycyclic-2.16.ebuild
@@ -11,13 +11,12 @@ SRC_URI="https://github.com/gap-packages/${PN}/releases/download/v${PV}/${P}.tar
LICENSE="GPL-2+"
KEYWORDS="~amd64"
-RESTRICT=test
# Circular dependency polycyclic->alnuth->polycyclic. There's a global
# variable called USE_ALNUTH in polycyclic, but setting it to "false"
# doesn't stop polycyclic from using alnuth (why would it?).
RDEPEND="dev-gap/autpgrp"
-#PDEPEND="dev-gap/alnuth"
+PDEPEND="dev-gap/alnuth"
# There are likely more problems hiding in the test suite. If we run
# into them, upstream recommends disabling it: