Install this version:
emerge -a =app-text/iso-codes-4.20.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-text/iso-codes-4.20.1
Or alternatively:
emerge --autounmask-write -a =app-text/iso-codes-4.20.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 4.20.1 | 8 | ~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..14} )
inherit meson python-any-r1
DESCRIPTION="ISO language, territory, currency, script codes and their translations"
HOMEPAGE="https://salsa.debian.org/iso-codes-team/iso-codes"
SRC_URI="https://salsa.debian.org/${PN}-team/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz"
S="${WORKDIR}/${PN}-v${PV}"
LICENSE="LGPL-2.1+"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos"
BDEPEND="${PYTHON_DEPS}
sys-devel/gettext
"
# This ebuild does not install any binaries.
RESTRICT="binchecks strip"
DOCS=( CHANGELOG.md README.md TODO.md )
sys-devel/gettext
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | iso-codes-v4.20.1.tar.gz | 16408049 bytes | https://salsa.debian.org/iso-codes-team//-/archive/v4.20.1/-v.tar.gz |