commit: 072017575524fff83322d113e1160361a72af802 Author: Jaco Kroon <jaco <AT> uls <DOT> co <DOT> za> AuthorDate: Thu Oct 8 17:57:08 2020 +0000 Commit: Alexys Jacob <ultrabug <AT> gentoo <DOT> org> CommitDate: Fri Oct 9 12:19:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07201757
sys-cluster/glusterfs: fix python byte compiles. Closes: https://bugs.gentoo.org/747340 Signed-off-by: Jaco Kroon <jaco <AT> uls.co.za> Closes: https://github.com/gentoo/gentoo/pull/17851 Signed-off-by: Alexys Jacob <ultrabug <AT> gentoo.org> sys-cluster/glusterfs/{glusterfs-7.8.ebuild => glusterfs-7.8-r1.ebuild} | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys-cluster/glusterfs/glusterfs-7.8.ebuild b/sys-cluster/glusterfs/glusterfs-7.8-r1.ebuild similarity index 99% rename from sys-cluster/glusterfs/glusterfs-7.8.ebuild rename to sys-cluster/glusterfs/glusterfs-7.8-r1.ebuild index 2f3011803d8..11c79b9d39c 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() {
