Install this version:
emerge -a =dev-libs/olm-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-libs/olm-9999
Or alternatively:
emerge --autounmask-write -a =dev-libs/olm-9999
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="An implementation of the Double Ratchet cryptographic ratchet in C++"
HOMEPAGE="https://git.matrix.org/git/olm/about/"
if [[ "${PV}" == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://gitlab.matrix.org/matrix-org/${PN}.git"
else
SRC_URI="https://gitlab.matrix.org/matrix-org/${PN}/-/archive/${PV}/${P}.tar.bz2"
fi
KEYWORDS="~amd64 ~x86"
LICENSE="GPL-3"
SLOT="0/$(ver_cut 1)"
IUSE="debug"
Manage flags for this package:
euse -i <flag> -p dev-libs/olm |
euse -E <flag> -p dev-libs/olm |
euse -D <flag> -p dev-libs/olm