Install this version:
emerge -a =app-arch/par2cmdline-1.1.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-arch/par2cmdline-1.1.1
Or alternatively:
emerge --autounmask-write -a =app-arch/par2cmdline-1.1.1
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit toolchain-funcs
DESCRIPTION="A PAR-2.0 file verification and repair tool"
HOMEPAGE="https://github.com/Parchive/par2cmdline"
SRC_URI="https://github.com/Parchive/${PN}/releases/download/v${PV}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
IUSE="openmp"
pkg_pretend() {
[[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
}
pkg_setup() {
[[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
}
src_configure() {
econf $(use_enable openmp)
}
Manage flags for this package:
euse -i <flag> -p app-arch/par2cmdline |
euse -E <flag> -p app-arch/par2cmdline |
euse -D <flag> -p app-arch/par2cmdline
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | par2cmdline-1.1.1.tar.bz2 | 3259814 bytes | https://github.com/Parchive/par2cmdline/releases/download/v1.1.1/par2cmdline-1.1.1.tar.bz2 |