Install this version:
emerge -a =dev-libs/lime-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-libs/lime-9999
Or alternatively:
emerge --autounmask-write -a =dev-libs/lime-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake git-r3
DESCRIPTION="C++ library implementing Open Whisper System Signal protocol"
HOMEPAGE="https://gitlab.linphone.org/BC/public/lime"
EGIT_REPO_URI="https://gitlab.linphone.org/BC/public/${PN}.git"
LICENSE="GPL-3"
SLOT="0"
IUSE="doc test"
RESTRICT="test" # needs server on nodejs
RDEPEND="<dev-db/soci-4.1[sqlite]
net-libs/bctoolbox[test?]"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig
doc? ( app-text/doxygen )
test? ( dev-libs/belle-sip )"
src_configure() {
local mycmakeargs=(
-DENABLE_STRICT="$(usex doc)"
-DENABLE_STRICT=NO
-DENABLE_UNIT_TESTS="$(usex test)"
)
cmake_src_configure
}
Manage flags for this package:
euse -i <flag> -p dev-libs/lime |
euse -E <flag> -p dev-libs/lime |
euse -D <flag> -p dev-libs/lime
<dev-db/soci-4.1[sqlite] net-libs/bctoolbox[test?]
<dev-db/soci-4.1[sqlite] net-libs/bctoolbox[test?]
virtual/pkgconfig doc? ( app-text/doxygen ) test? ( dev-libs/belle-sip )