dev-libs/olm - 3.2.12 (mva)

Search

Install

Install this version:

emerge -a =dev-libs/olm-3.2.12

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-libs/olm-3.2.12

Or alternatively:

emerge --autounmask-write -a =dev-libs/olm-3.2.12

Package Information

Description:
An implementation of the Double Ratchet cryptographic ratchet in C++
Homepage:
https://git.matrix.org/git/olm/about/
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
3.2.12 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2026 mva
# Distributed under the terms of the Public Domain or CC0 License

EAPI=8

DESCRIPTION="An implementation of the Double Ratchet cryptographic ratchet in C++"
HOMEPAGE="https://git.matrix.org/git/olm/about/"

inherit cmake-multilib

if [[ ${PV} != "9999" ]]; then
	KEYWORDS="~amd64 ~x86"
	SRC_URI="https://gitlab.matrix.org/matrix-org/${PN}/-/archive/${PV}/${P}.tar.bz2"
else
	inherit git-r3
	EGIT_REPO_URI="https://gitlab.matrix.org/matrix-org/${PN}.git"
fi

LICENSE="Apache-2.0"
SLOT="0"

Inherited Eclasses

Manifest for 3.2.12

Type File Size Source URLs
DIST olm-3.2.12.tar.bz2 2742680 bytes https://gitlab.matrix.org/matrix-org/olm/-/archive/3.2.12/olm-3.2.12.tar.bz2