commit: 1cf27eec09933f2366dd45e5d15e2808bf81159f Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Sun Jan 14 18:38:59 2024 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Mon Jan 22 11:29:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cf27eec
dev-gap/alnuth: add missing sci-mathematics/pari dependency Suggested-by: Max Horn <horn <AT> mathematik.uni-kl.de> Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> dev-gap/alnuth/alnuth-3.2.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-gap/alnuth/alnuth-3.2.1.ebuild b/dev-gap/alnuth/alnuth-3.2.1.ebuild index e75b0110eeb6..4c206aab2d6a 100644 --- a/dev-gap/alnuth/alnuth-3.2.1.ebuild +++ b/dev-gap/alnuth/alnuth-3.2.1.ebuild @@ -15,7 +15,8 @@ IUSE="test" RESTRICT="!test? ( test )" # Circular dependency alnuth->polycyclic->alnuth... -RDEPEND="dev-gap/polycyclic" +RDEPEND="dev-gap/polycyclic + sci-mathematics/pari" BDEPEND="test? ( dev-gap/radiroot )" GAP_PKG_HTML_DOCDIR="htm"
