Install this version:
emerge -a =dev-gap/primgrp-4.0.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-gap/primgrp-4.0.2
Or alternatively:
emerge --autounmask-write -a =dev-gap/primgrp-4.0.2
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit gap-pkg
DESCRIPTION="GAP Primitive Permutation Groups Library"
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/gapdoc"
gap-pkg_enable_tests
GAP_PKG_EXTRA_INSTALL=( data )
dev-gap/gapdoc
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | primgrp-4.0.2.tar.gz | 14612065 bytes | https://github.com/gap-packages/primgrp/releases/download/v4.0.2/primgrp-4.0.2.tar.gz |