From e625c4e3eef29c481e1ef132f3af1e8d2aaf6dff Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Thu, 21 Dec 2023 10:18:28 -0500 Subject: [PATCH] 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 --- dev-gap/polycyclic/polycyclic-2.16.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-gap/polycyclic/polycyclic-2.16.ebuild b/dev-gap/polycyclic/polycyclic-2.16.ebuild index 3425a6f7b5e36..a43edbe76df6e 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: