diff options
-rw-r--r-- | dev-gap/alnuth/alnuth-3.2.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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" |