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 2295C138350 for ; Mon, 13 Apr 2020 18:49:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 861B6E0D4D; Mon, 13 Apr 2020 18:48:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 6E4C3E0D4D for ; Mon, 13 Apr 2020 18:48:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 3A75934F2B9 for ; Mon, 13 Apr 2020 18:48:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD7971B4 for ; Mon, 13 Apr 2020 18:48:51 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1586803632.88e73ced2a730e212311b9a603b00846e3064e58.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/nftables/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-firewall/nftables/nftables-0.9.4-r1.ebuild net-firewall/nftables/nftables-0.9.4-r2.ebuild X-VCS-Directories: net-firewall/nftables/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 88e73ced2a730e212311b9a603b00846e3064e58 X-VCS-Branch: master Date: Mon, 13 Apr 2020 18:48:51 +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: e82c22a4-f8e5-4e01-b6de-8fef40f9158b X-Archives-Hash: 6fe768d852a510ce1d7b941aaa5237ca commit: 88e73ced2a730e212311b9a603b00846e3064e58 Author: Patrick McLean gentoo org> AuthorDate: Mon Apr 13 18:45:46 2020 +0000 Commit: Patrick McLean gentoo org> CommitDate: Mon Apr 13 18:47:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88e73ced net-firewall/nftables-0.9.4-r{1,2}: Fix USE=-python (bug #717162) Closes: https://bugs.gentoo.org/717162 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Patrick McLean gentoo.org> net-firewall/nftables/nftables-0.9.4-r1.ebuild | 2 +- net-firewall/nftables/nftables-0.9.4-r2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-firewall/nftables/nftables-0.9.4-r1.ebuild b/net-firewall/nftables/nftables-0.9.4-r1.ebuild index c6c7496044c..9cd3da3f64c 100644 --- a/net-firewall/nftables/nftables-0.9.4-r1.ebuild +++ b/net-firewall/nftables/nftables-0.9.4-r1.ebuild @@ -115,9 +115,9 @@ src_install() { if use python ; then python_foreach_impl python_make install + python_foreach_impl python_optimize fi - python_foreach_impl python_optimize find "${ED}" -type f -name "*.la" -delete || die } diff --git a/net-firewall/nftables/nftables-0.9.4-r2.ebuild b/net-firewall/nftables/nftables-0.9.4-r2.ebuild index f9a434586f7..cf8385c7c2b 100644 --- a/net-firewall/nftables/nftables-0.9.4-r2.ebuild +++ b/net-firewall/nftables/nftables-0.9.4-r2.ebuild @@ -126,9 +126,9 @@ src_install() { if use python ; then python_foreach_impl python_make install + python_foreach_impl python_optimize fi - python_foreach_impl python_optimize find "${ED}" -type f -name "*.la" -delete || die }