Install this version:
emerge -a =media-fonts/freefont-20120503
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-fonts/freefont-20120503
Or alternatively:
emerge --autounmask-write -a =media-fonts/freefont-20120503
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 20120503 | 7 | ~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86 | 0 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit font
DESCRIPTION="OpenType and TrueType Unicode fonts from the Free UCS Outline Fonts Project"
HOMEPAGE="https://savannah.nongnu.org/projects/freefont/"
SRC_URI="mirror://gnu/freefont/${PN}-ttf-${PV}.zip
mirror://gnu/freefont/${PN}-otf-${PV}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86"
IUSE=""
RESTRICT="strip binchecks"
BDEPEND="app-arch/unzip"
DOCS=( AUTHORS ChangeLog CREDITS TROUBLESHOOTING USAGE )
FONT_SUFFIX="otf ttf"
| Mirror Name | URLs |
|---|---|
| gnu |
app-arch/unzip
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | freefont-otf-20120503.tar.gz | 4487813 bytes | mirror://gnu/freefont/freefont-otf-20120503.tar.gz |
| DIST | freefont-ttf-20120503.zip | 6076197 bytes | mirror://gnu/freefont/freefont-ttf-20120503.zip |