Install this version:
emerge -a =dev-db/m17n-db-1.8.11
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-db/m17n-db-1.8.11
Or alternatively:
emerge --autounmask-write -a =dev-db/m17n-db-1.8.11
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.8.11 | 8 | ~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
GLIBC_PV="2.39"
GLIBC_P="glibc-${GLIBC_PV}"
DESCRIPTION="Database for the m17n library"
HOMEPAGE="https://www.nongnu.org/m17n/"
SRC_URI="mirror://nongnu/m17n/${P}.tar.gz
elibc_musl? ( mirror://gnu/glibc/${GLIBC_P}.tar.xz )"
LICENSE="LGPL-2.1+"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
IUSE=""
RDEPEND="virtual/libintl"
BDEPEND="sys-devel/gettext"
CHARMAPS="${GLIBC_P}/localedata/charmaps"
src_unpack() {
unpack ${P}.tar.gz
if use elibc_musl; then
tar xf "${DISTDIR}"/${GLIBC_P}.tar.xz ${CHARMAPS} || die
fi
}
src_configure() {
econf $(usex elibc_musl "--with-charmaps=${WORKDIR}/${CHARMAPS}" "")
}
src_install() {
default
docinto FORMATS
dodoc FORMATS/*
docinto UNIDATA
dodoc UNIDATA/*
}
virtual/libintl
sys-devel/gettext
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | glibc-2.39.tar.xz | 18520988 bytes | mirror://gnu/glibc/glibc-2.39.tar.xz |
| DIST | m17n-db-1.8.11.tar.gz | 2596983 bytes | mirror://nongnu/m17n/m17n-db-1.8.11.tar.gz |