Gentoo Archives: gentoo-commits

From: Alexys Jacob <ultrabug@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/glusterfs/
Date: Fri, 09 Oct 2020 12:20:19
Message-Id: 1602245980.072017575524fff83322d113e1160361a72af802.ultrabug@gentoo
1 commit: 072017575524fff83322d113e1160361a72af802
2 Author: Jaco Kroon <jaco <AT> uls <DOT> co <DOT> za>
3 AuthorDate: Thu Oct 8 17:57:08 2020 +0000
4 Commit: Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 9 12:19:40 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07201757
7
8 sys-cluster/glusterfs: fix python byte compiles.
9
10 Closes: https://bugs.gentoo.org/747340
11 Signed-off-by: Jaco Kroon <jaco <AT> uls.co.za>
12 Closes: https://github.com/gentoo/gentoo/pull/17851
13 Signed-off-by: Alexys Jacob <ultrabug <AT> gentoo.org>
14
15 sys-cluster/glusterfs/{glusterfs-7.8.ebuild => glusterfs-7.8-r1.ebuild} | 2 ++
16 1 file changed, 2 insertions(+)
17
18 diff --git a/sys-cluster/glusterfs/glusterfs-7.8.ebuild b/sys-cluster/glusterfs/glusterfs-7.8-r1.ebuild
19 similarity index 99%
20 rename from sys-cluster/glusterfs/glusterfs-7.8.ebuild
21 rename to sys-cluster/glusterfs/glusterfs-7.8-r1.ebuild
22 index 2f3011803d8..11c79b9d39c 100644
23 --- a/sys-cluster/glusterfs/glusterfs-7.8.ebuild
24 +++ b/sys-cluster/glusterfs/glusterfs-7.8-r1.ebuild
25 @@ -175,6 +175,8 @@ src_install() {
26 if ! use static-libs; then
27 find "${D}" -type f -name '*.la' -delete || die
28 fi
29 +
30 + python_optimize "${ED}"
31 }
32
33 src_test() {