Install this version:
emerge -a =sys-libs/librseq-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sys-libs/librseq-9999
Or alternatively:
emerge --autounmask-write -a =sys-libs/librseq-9999
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit autotools
GITHUB_COORDINATES="compudj/librseq"
if [[ ${PV} == "9999" ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/${GITHUB_COORDINATES}.git"
else
SRC_URI="https://github.com/${GITHUB_COORDINATES}/archive/v${PV}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
DESCRIPTION="Library for Restartable Sequences"
HOMEPAGE="https://github.com/${GITHUB_COORDINATES}"
LICENSE="LGPL-2.1"
SLOT="0"
IUSE=""
DEPEND="
>=sys-kernel/linux-headers-4.18
"
RDEPEND="${DEPEND}"
if [[ -n "${EGIT_REPO_URI}" ]]; then
src_prepare() {
default
eautoreconf
}
fi
>=sys-kernel/linux-headers-4.18
>=sys-kernel/linux-headers-4.18