Install this version:
emerge -a =media-fonts/kochi-substitute-20030809-r3
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-fonts/kochi-substitute-20030809-r3
Or alternatively:
emerge --autounmask-write -a =media-fonts/kochi-substitute-20030809-r3
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 20030809-r3 | 7 | ~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos | 0 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit font
DESCRIPTION="Kochi Japanese TrueType fonts with Wadalab Fonts"
HOMEPAGE="http://efont.sourceforge.jp/"
SRC_URI="mirror://sourceforge.jp/efont/5411/${P}.tar.bz2"
LICENSE="free-noncomm"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos"
# Only installs fonts
RESTRICT="strip binchecks"
S="${WORKDIR}/${PN}-${PV:0:8}"
DOCS="README.ja Changelog"
FONT_SUFFIX="ttf"
src_install() {
font_src_install
dodoc -r docs/{README,kappa20,k14goth,ayu20gothic,wadalab,shinonome*,naga10}
}