Install this version:
emerge -a =media-fonts/fixedsys-3.02.8
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-fonts/fixedsys-3.02.8
Or alternatively:
emerge --autounmask-write -a =media-fonts/fixedsys-3.02.8
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 3.02.8 | 8 | ~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86 | 0 |
# Copyright 2026 mva
# Distributed under the terms of the Public Domain or CC0 License
EAPI=8
inherit font
DESCRIPTION="Fixedsys Excelsior font with programming ligatures"
HOMEPAGE="https://github.com/kika/fixedsys"
if [[ "${PV}" =~ "9999" ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/kika/fixedsys"
else
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86"
SRC_URI="https://github.com/kika/fixedsys/archive/v${PV}.tar.gz -> ${P}.tar.gz"
fi
LICENSE="OFL-1.1"
SLOT="0"
FONT_SUFFIX="ttf"
DEPEND="dev-python/fonttools"
src_prepare() {
sed -i \
-e '/cp /d' \
-e '/rm /d' \
-e '/atsutil /d' \
Makefile
default
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | fixedsys-3.02.8.tar.gz | 576357 bytes | https://github.com/kika/fixedsys/archive/v3.02.8.tar.gz |