Install this version:
emerge -a =dev-libs/libdatrie-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-libs/libdatrie-9999
Or alternatively:
emerge --autounmask-write -a =dev-libs/libdatrie-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0 |
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
EGIT_REPO_URI="https://github.com/tlwg/${PN}.git"
inherit autotools git-r3
DESCRIPTION="Double-Array Trie Library"
HOMEPAGE="https://github.com/tlwg/libdatrie"
LICENSE="LGPL-2.1"
SLOT="0"
DEPEND="${RDEPEND}"
BDEPEND="virtual/libiconv
virtual/pkgconfig"
src_prepare() {
default
eautoreconf
}
src_configure() {
econf --disable-doxygen-doc
}
src_install() {
default
rm -f "${ED}"/usr/"$(get_libdir)"/*.la || die "rm failed"
}
virtual/libiconv virtual/pkgconfig