commit: 2665ecbd7d593c0c5eff28341df977cc391e9bd0 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Sat Mar 13 17:24:07 2021 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat Mar 13 17:24:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2665ecbd
app-accessibility/speech-dispatcher: [QA] generate python byte-code Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: David Seifert <soap <AT> gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/19913 Signed-off-by: David Seifert <soap <AT> gentoo.org> app-accessibility/speech-dispatcher/speech-dispatcher-0.9.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.9.1.ebuild b/app-accessibility/speech-dispatcher/speech-dispatcher-0.9.1.ebuild index 75a8faa8402..374ad96d24c 100644 --- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.9.1.ebuild +++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.9.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -87,6 +87,7 @@ src_install() { } python_foreach_impl run_in_build_dir installation python_replicate_script "${ED}"/usr/bin/spd-conf + python_foreach_impl python_optimize fi find "${D}" -name '*.la' -type f -delete || die
