Install this version:
emerge -a =dev-python/python-olm-3.1.5
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/python-olm-3.1.5
Or alternatively:
emerge --autounmask-write -a =dev-python/python-olm-3.1.5
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 3.1.5 | 8 | ~amd64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux | 0 |
# Copyright 1999-2019 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{6..14} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="Python bindings for the Olm C library"
HOMEPAGE="https://gitlab.matrix.org/matrix-org/olm/tree/master/"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://gitlab.matrix.org/matrix-org/olm.git"
else
SRC_URI="https://gitlab.matrix.org/matrix-org/olm/-/archive/${PV}/olm-${PV}.tar.bz2"
KEYWORDS="~amd64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
fi
LICENSE="Apache-2.0"
SLOT="0"
IUSE=""
S="${WORKDIR}/olm-${PV}/python"
DEPEND="dev-python/cffi
dev-libs/olm
dev-python/pip[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}"
dev-python/cffi dev-libs/olm dev-python/pip[]
dev-python/cffi dev-libs/olm dev-python/pip[]