Install this version:
emerge -a =dev-gap/radiroot-2.10
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-gap/radiroot-2.10
Or alternatively:
emerge --autounmask-write -a =dev-gap/radiroot-2.10
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit gap-pkg
DESCRIPTION="Roots of a polynomial as radicals in GAP"
SRC_URI="https://github.com/gap-packages/${PN}/releases/download/v${PV}/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~riscv"
RDEPEND="dev-gap/alnuth"
GAP_PKG_HTML_DOCDIR="htm"
gap-pkg_enable_tests
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | radiroot-2.10.tar.gz | 209104 bytes | https://github.com/gap-packages/radiroot/releases/download/v2.10/radiroot-2.10.tar.gz |