From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E877D138359 for ; Fri, 9 Oct 2020 12:20:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39CE0E0830; Fri, 9 Oct 2020 12:20:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1FCD9E0830 for ; Fri, 9 Oct 2020 12:20:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9729B335D55 for ; Fri, 9 Oct 2020 12:20:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1512E332 for ; Fri, 9 Oct 2020 12:20:16 +0000 (UTC) From: "Alexys Jacob" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexys Jacob" Message-ID: <1602245980.072017575524fff83322d113e1160361a72af802.ultrabug@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/glusterfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/glusterfs/glusterfs-7.8-r1.ebuild sys-cluster/glusterfs/glusterfs-7.8.ebuild X-VCS-Directories: sys-cluster/glusterfs/ X-VCS-Committer: ultrabug X-VCS-Committer-Name: Alexys Jacob X-VCS-Revision: 072017575524fff83322d113e1160361a72af802 X-VCS-Branch: master Date: Fri, 9 Oct 2020 12:20:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1a3a9b01-a819-4813-98ad-8dd539c4ce34 X-Archives-Hash: 77a3a3e88d4eedf27ffc4b596c00ff08 commit: 072017575524fff83322d113e1160361a72af802 Author: Jaco Kroon uls co za> AuthorDate: Thu Oct 8 17:57:08 2020 +0000 Commit: Alexys Jacob gentoo 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 uls.co.za> Closes: https://github.com/gentoo/gentoo/pull/17851 Signed-off-by: Alexys Jacob 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() {