Install this version:
emerge -a =dev-python/espeakng-loader-1.52
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/espeakng-loader-1.52
Or alternatively:
emerge --autounmask-write -a =dev-python/espeakng-loader-1.52
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.52 | 8 | ~amd64 | 0 |
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=hatchling
PYTHON_COMPAT=( python3_{10..15} )
inherit distutils-r1
COMMIT="0ddc87adf77e5850d7eeb542ac8a87d421b64daa"
DESCRIPTION="Shared library loader for eSpeak NG."
HOMEPAGE="https://github.com/thewh1teagle/espeakng-loader"
SRC_URI="https://github.com/thewh1teagle/espeakng-loader/archive/${COMMIT}.tar.gz
-> ${P}-${COMMIT:0:8}.gh.tar.gz"
S="${WORKDIR}/${PN}-${COMMIT}"
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="app-accessibility/espeak-ng"
PATCHES=( "${FILESDIR}/${PN}-fix-paths.patch" )
src_prepare() {
distutils-r1_src_prepare
sed -re "s/@EPREFIX@/${EPREFIX}/g" -e "s/@LIB_DIR@/$(get_libdir)/g" \
-i src/espeakng_loader/__init__.py || die
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | espeakng-loader-1.52-0ddc87ad.gh.tar.gz | 4595 bytes | https://github.com/thewh1teagle/espeakng-loader/archive/0ddc87adf77e5850d7eeb542ac8a87d421b64daa.tar.gz |