Install this version:
emerge -a =app-i18n/libime-1.1.15
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-i18n/libime-1.1.15
Or alternatively:
emerge --autounmask-write -a =app-i18n/libime-1.1.15
# Copyright 2023-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake unpacker
DESCRIPTION="Fcitx5 Next generation of fcitx"
HOMEPAGE="https://fcitx-im.org/"
SRC_URI="https://download.fcitx-im.org/fcitx5/libime/libime-${PV}_dict.tar.zst"
LICENSE="LGPL-2+"
SLOT="5"
KEYWORDS="~amd64 ~ppc64 ~riscv"
IUSE="+data doc test"
RESTRICT="!test? ( test )"
RDEPEND="
>=app-i18n/fcitx-5.1.20:5
app-arch/zstd:=
dev-libs/boost:=
"
DEPEND="${RDEPEND}"
BDEPEND="
kde-frameworks/extra-cmake-modules:0
virtual/pkgconfig
doc? (
app-text/doxygen
dev-texlive/texlive-fontutils
)
"
src_configure() {
# 957570 : remove unused kenlm CMakeLists.txt
rm src/libime/core/kenlm/CMakeLists.txt || die
local mycmakeargs=(
-DENABLE_DATA=$(usex data)
-DENABLE_DOC=$(usex doc)
-DENABLE_TEST=$(usex test)
)
cmake_src_configure
}
src_compile() {
cmake_src_compile
use doc && cmake_src_compile doc
}
src_install() {
cmake_src_install
use doc && dodoc -r "${BUILD_DIR}"/doc/*
}
Manage flags for this package:
euse -i <flag> -p app-i18n/libime |
euse -E <flag> -p app-i18n/libime |
euse -D <flag> -p app-i18n/libime
>=app-i18n/fcitx-5.1.20:5 app-arch/zstd:= dev-libs/boost:=
>=app-i18n/fcitx-5.1.20:5 app-arch/zstd:= dev-libs/boost:=
kde-frameworks/extra-cmake-modules:0 virtual/pkgconfig doc? ( app-text/doxygen dev-texlive/texlive-fontutils )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | libime-1.1.15_dict.tar.zst | 50352125 bytes | https://download.fcitx-im.org/fcitx5/libime/libime-1.1.15_dict.tar.zst |