diff options
author | David Seifert <soap@gentoo.org> | 2020-02-15 10:57:19 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-15 10:57:19 +0100 |
commit | 14ca32b24e8bbbff40516e84154d674436632622 (patch) | |
tree | 59477134a7d3671d4ef3b3707e9d1dfd2267b272 /app-accessibility/speech-dispatcher | |
parent | gstreamer.eclass: [QA] inherit ltprune.eclass directly (diff) | |
download | gentoo-14ca32b24e8bbbff40516e84154d674436632622.tar.gz gentoo-14ca32b24e8bbbff40516e84154d674436632622.tar.bz2 gentoo-14ca32b24e8bbbff40516e84154d674436632622.zip |
app-accessibility/speech-dispatcher: [QA] inherit ltprune.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-accessibility/speech-dispatcher')
-rw-r--r-- | app-accessibility/speech-dispatcher/speech-dispatcher-0.8.7-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.7-r2.ebuild b/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.7-r2.ebuild index cd8bbdb4b5a2..de997adbb26a 100644 --- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.7-r2.ebuild +++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.7-r2.ebuild @@ -5,7 +5,7 @@ EAPI=6 PYTHON_COMPAT=( python3_6 ) -inherit eutils python-r1 +inherit eutils ltprune python-r1 DESCRIPTION="Speech synthesis interface" HOMEPAGE="http://www.freebsoft.org/speechd" |