# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DESCRIPTION="Utility for resizing BDF fonts" HOMEPAGE="http://openlab.ring.gr.jp/efont/" SRC_URI="http://openlab.ring.gr.jp/efont/dist/tools/${PN}/${PN}-${PV}.tar.gz" KEYWORDS="~amd64 ~arm64 ~riscv" SLOT="0" PATCHES=( "${FILESDIR}/fix-unintialized-use.patch" "${FILESDIR}/remove-malloc-prototype.patch" )