Install this version:
emerge -a =app-accessibility/svox-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-accessibility/svox-9999
Or alternatively:
emerge --autounmask-write -a =app-accessibility/svox-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 7 | 0 |
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit autotools git-r3
EGIT_REPO_URI="https://android.googlesource.com/platform/external/svox/"
DESCRIPTION="SVOX PicoTTS text-to-speech engine"
HOMEPAGE="https://android.googlesource.com/platform/external/svox/+/master"
LICENSE="Apache-2.0"
SLOT="0"
DEPEND=""
RDEPEND="${DEPEND}"
PATCHES=("${FILESDIR}/patches/conditional/pipe.patch")
S="${WORKDIR}/${P}/pico"
src_prepare() {
default
eautoreconf
}