summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaco Kroon <jaco@uls.co.za>2020-10-08 19:57:08 +0200
committerAlexys Jacob <ultrabug@gentoo.org>2020-10-09 14:19:40 +0200
commit072017575524fff83322d113e1160361a72af802 (patch)
tree2425bc3ef981196da6fa603646c57565e078fba2 /sys-cluster/glusterfs
parentmedia-libs/lilv: bump to 0.24.10 (diff)
downloadgentoo-072017575524fff83322d113e1160361a72af802.tar.gz
gentoo-072017575524fff83322d113e1160361a72af802.tar.bz2
gentoo-072017575524fff83322d113e1160361a72af802.zip
sys-cluster/glusterfs: fix python byte compiles.
Closes: https://bugs.gentoo.org/747340 Signed-off-by: Jaco Kroon <jaco@uls.co.za> Closes: https://github.com/gentoo/gentoo/pull/17851 Signed-off-by: Alexys Jacob <ultrabug@gentoo.org>
Diffstat (limited to 'sys-cluster/glusterfs')
-rw-r--r--sys-cluster/glusterfs/glusterfs-7.8-r1.ebuild (renamed from sys-cluster/glusterfs/glusterfs-7.8.ebuild)2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys-cluster/glusterfs/glusterfs-7.8.ebuild b/sys-cluster/glusterfs/glusterfs-7.8-r1.ebuild
index 2f3011803d87..11c79b9d39cd 100644
--- a/sys-cluster/glusterfs/glusterfs-7.8.ebuild
+++ b/sys-cluster/glusterfs/glusterfs-7.8-r1.ebuild
@@ -175,6 +175,8 @@ src_install() {
if ! use static-libs; then
find "${D}" -type f -name '*.la' -delete || die
fi
+
+ python_optimize "${ED}"
}
src_test() {