summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa+gentoo@gmail.com>2025-09-07 19:21:11 -0400
committerJohn Turner <jturner.usa+gentoo@gmail.com>2025-09-07 19:21:11 -0400
commit99371225b0e95bc8e32b38fe5e9d40cdad1bf196 (patch)
tree1ce6108d6d2f2a096757d1fb038015a299818af8
parent35e9b0dccffc1f657782a0f7b3a875bec8170848 (diff)
downloadebuilds-99371225b0e95bc8e32b38fe5e9d40cdad1bf196.tar.gz
use python_optimize in pypaste ebuild
-rw-r--r--app-text/pypaste/pypaste-9999.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/app-text/pypaste/pypaste-9999.ebuild b/app-text/pypaste/pypaste-9999.ebuild
index 4212d4c..b82e50a 100644
--- a/app-text/pypaste/pypaste-9999.ebuild
+++ b/app-text/pypaste/pypaste-9999.ebuild
@@ -36,4 +36,5 @@ src_install() {
newconfd ${S}/pypaste-confd pypaste
newinitd ${S}/pypaste-initd pypaste
meson_install
+ python_optimize
}