Install this version:
emerge -a =media-fonts/twemoji-15.1.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-fonts/twemoji-15.1.0
Or alternatively:
emerge --autounmask-write -a =media-fonts/twemoji-15.1.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 15.1.0 | 8 | ~amd64 | 0 |
# Copyright 2023-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit font
BUILD_DATE="2025-01-05_14-29"
DESCRIPTION="Color emoji font with a flat visual style, designed and used by Twitter"
HOMEPAGE="https://git.sr.ht/~whynothugo/twemoji.ttf/"
SRC_URI="https://mirror.whynothugo.nl/twemoji.ttf/${BUILD_DATE}/Twemoji-${PV}.ttf"
S="${WORKDIR}"
LICENSE="Apache-2.0 CC-BY-4.0 MIT OFL-1.1"
SLOT="0"
KEYWORDS="~amd64"
FONT_SUFFIX="ttf"
FONT_CONF=( "${FILESDIR}"/75-${PN}.conf )
src_unpack() {
cp "${DISTDIR}/${A}" "${S}/${PN}.${FONT_SUFFIX}" || die
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | Twemoji-15.1.0.ttf | 3372220 bytes | https://mirror.whynothugo.nl/twemoji.ttf/2025-01-05_14-29/Twemoji-15.1.0.ttf |