Install this version:
emerge -a =app-accessibility/speakup-tools-20121017
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-accessibility/speakup-tools-20121017
Or alternatively:
emerge --autounmask-write -a =app-accessibility/speakup-tools-20121017
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
COMMIT="c4e89ab30116fbe22cb9fed4e22f4340fdbcfc4d"
DESCRIPTION="Tools to customize speakup module"
HOMEPAGE="https://salsa.debian.org/a11y-team/speakup-tools"
SRC_URI="https://salsa.debian.org/a11y-team/${PN}/-/archive/${COMMIT}/${PN}-${COMMIT}.tar.gz"
S="${WORKDIR}/${PN}-${COMMIT}"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
src_compile() {
:
}
src_install() {
emake DESTDIR="${D}" prefix="${EPREFIX}"/usr install
einstalldocs
}