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>
This commit is contained in:
Michael Orlitzky
2023-12-21 10:18:28 -05:00
parent 668babcdd5
commit e625c4e3ee

View File

@@ -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: