dev-libs/libQtOlm - 9999 (Miezhiko)

Search

Install

Install this version:

emerge -a =dev-libs/libQtOlm-9999

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

autounmask =dev-libs/libQtOlm-9999

Or alternatively:

emerge --autounmask-write -a =dev-libs/libQtOlm-9999

Package Information

Description:
A Qt wrapper for libolm
Homepage:
https://gitlab.com/b0/libQtOlm
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
9999 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="A Qt wrapper for libolm"
HOMEPAGE="https://gitlab.com/b0/libQtOlm"

inherit cmake

if [[ ${PV} == "9999" ]]; then
	inherit git-r3

	SRC_URI=""
	EGIT_REPO_URI="https://gitlab.com/b0/${PN}.git"
else
	SRC_URI="https://gitlab.com/b0/${PN}/-/archive/${PV}/${PN}.tar.gz -> ${P}.tar.gz"
fi

KEYWORDS="~amd64 ~x86"
LICENSE="GPL-3"
SLOT="0"
IUSE=""

RDEPEND=""
DEPEND="${RDEPEND}
	dev-qt/qtcore
	dev-libs/olm
"

Inherited Eclasses

Dependencies

DEPEND

	dev-qt/qtcore
	dev-libs/olm