Install this version:
emerge -a =media-gfx/libspiro-20200505-r1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-gfx/libspiro-20200505-r1
Or alternatively:
emerge --autounmask-write -a =media-gfx/libspiro-20200505-r1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 20200505-r1 | 8 | ~alpha amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 | 0 |
# Copyright 1999-2024 Martin V\"ath
# Distributed under the terms of the GNU General Public License v2
EAPI=8
RESTRICT="mirror"
DESCRIPTION="A spline computation library"
HOMEPAGE="https://github.com/fontforge/libspiro"
SRC_URI="https://github.com/fontforge/libspiro/releases/download/${PV}/${PN}-dist-${PV}.tar.gz"
KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
LICENSE="GPL-3+"
SLOT="0"
IUSE=""
RESTRICT=""
src_install() {
default
find "${ED}" -type f '(' -name "*.la" -o -name "*.a" ')' -delete || die
}