Install this version:
emerge -a =media-fonts/font-logos-0.14
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-fonts/font-logos-0.14
Or alternatively:
emerge --autounmask-write -a =media-fonts/font-logos-0.14
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit font
DESCRIPTION="An icon font containing logos of linux distributions and other softwares."
HOMEPAGE="https://lukas-w.github.io/font-logos/"
SRC_URI="https://github.com/Lukas-W/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Unlicense"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RESTRICT="binchecks strip test"
DEPEND=""
RDEPEND=""
FONT_SUFFIX="ttf"
FONT_S="${S}/assets"
DOCS="README.md"
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | font-logos-0.14.tar.gz | 292733 bytes | https://github.com/Lukas-W/font-logos/archive/v0.14.tar.gz |