Install this version:
emerge -a =sci-misc/lttoolbox-3.7.6
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sci-misc/lttoolbox-3.7.6
Or alternatively:
emerge --autounmask-write -a =sci-misc/lttoolbox-3.7.6
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=9
inherit autotools
DESCRIPTION="Toolbox for lexical processing, morphological analysis and generation of words"
HOMEPAGE="https://www.apertium.org"
SRC_URI="https://github.com/apertium/lttoolbox/releases/download/v${PV}/${P}.tar.bz2"
LICENSE="GPL-2"
# PKG_VERSION_ABI in configure.ac
SLOT="0/3"
KEYWORDS="~amd64 ~x86"
RDEPEND="
dev-libs/icu:=
dev-libs/libxml2:2=
dev-libs/utfcpp
"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"
PATCHES=(
"${FILESDIR}"/${PN}-3.7.1-libxml2-2.14.patch
)
src_prepare() {
default
eautoreconf
}
src_configure() {
econf --disable-python-bindings
}
src_install() {
default
find "${ED}" -name '*.la' -delete || die
}
dev-libs/icu:= dev-libs/libxml2:2= dev-libs/utfcpp
dev-libs/icu:= dev-libs/libxml2:2= dev-libs/utfcpp
virtual/pkgconfig
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | lttoolbox-3.7.6.tar.bz2 | 172685 bytes | https://github.com/apertium/lttoolbox/releases/download/v3.7.6/lttoolbox-3.7.6.tar.bz2 |