Install this version:
emerge -a =media-fonts/liberation-fonts-1.07.4
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-fonts/liberation-fonts-1.07.4
Or alternatively:
emerge --autounmask-write -a =media-fonts/liberation-fonts-1.07.4
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.07.4 | 7 | ~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux | 0 |
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
# Last tested with EAPI=5
inherit font
DESCRIPTION="GPL-2 Helvetica/Times/Courier replacement TrueType fonts, courtesy of Red Hat"
HOMEPAGE="https://fedorahosted.org/liberation-fonts"
SRC_URI="!fontforge? ( https://fedorahosted.org/releases/l/i/${PN}/${PN}-ttf-${PV}.tar.gz )
fontforge? ( https://fedorahosted.org/releases/l/i/${PN}/${P}.tar.gz )"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
SLOT="0"
LICENSE="GPL-2-with-exceptions"
IUSE="fontforge X"
FONT_SUFFIX="ttf"
FONT_CONF=( "${FILESDIR}/60-liberation.conf" )
DEPEND="fontforge? ( media-gfx/fontforge )"
RDEPEND=""
pkg_setup() {
if use fontforge; then
FONT_S="${S}/${PN}-ttf-${PV}"
else
FONT_S="${WORKDIR}/${PN}-ttf-${PV}"
S="${FONT_S}"
fi
font_pkg_setup
}
Manage flags for this package:
euse -i <flag> -p media-fonts/liberation-fonts |
euse -E <flag> -p media-fonts/liberation-fonts |
euse -D <flag> -p media-fonts/liberation-fonts
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | liberation-fonts-1.07.4.tar.gz | 2937949 bytes | https://fedorahosted.org/releases/l/i/liberation-fonts/liberation-fonts-1.07.4.tar.gz |
| DIST | liberation-fonts-ttf-1.07.4.tar.gz | 1333593 bytes | https://fedorahosted.org/releases/l/i/liberation-fonts/liberation-fonts-ttf-1.07.4.tar.gz |