summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2021-03-13 18:24:07 +0100
committerDavid Seifert <soap@gentoo.org>2021-03-13 18:24:07 +0100
commit2665ecbd7d593c0c5eff28341df977cc391e9bd0 (patch)
treef6e77fdf53deab1d20c7661e67cf771b904069e5 /app-accessibility
parentpackage.mask: Last-rite sys-apps/netloc (diff)
downloadgentoo-2665ecbd7d593c0c5eff28341df977cc391e9bd0.tar.gz
gentoo-2665ecbd7d593c0c5eff28341df977cc391e9bd0.tar.bz2
gentoo-2665ecbd7d593c0c5eff28341df977cc391e9bd0.zip
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@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/19913 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-accessibility')
-rw-r--r--app-accessibility/speech-dispatcher/speech-dispatcher-0.9.1.ebuild3
1 files changed, 2 insertions, 1 deletions
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 75a8faa84022..374ad96d24ce 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