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 1DD49138359 for ; Sun, 10 May 2020 20:49:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4FE0EE08C0; Sun, 10 May 2020 20:49:17 +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 38094E08C0 for ; Sun, 10 May 2020 20:49:17 +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 23FD334F5BE for ; Sun, 10 May 2020 20:49:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D3CA1EB for ; Sun, 10 May 2020 20:49:14 +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: <1589143744.492d19bad85ff43e2ed8071cda6cc3a8cef0a452.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/arptables/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-firewall/arptables/arptables-0.0.5-r1.ebuild X-VCS-Directories: net-firewall/arptables/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 492d19bad85ff43e2ed8071cda6cc3a8cef0a452 X-VCS-Branch: master Date: Sun, 10 May 2020 20:49:14 +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: bd94426f-2209-4758-9c74-72f89c5d7c50 X-Archives-Hash: 3a0e52c9867fffa9bf343eccc97bd3b8 commit: 492d19bad85ff43e2ed8071cda6cc3a8cef0a452 Author: Patrick McLean gentoo org> AuthorDate: Sun May 10 20:46:55 2020 +0000 Commit: Patrick McLean gentoo org> CommitDate: Sun May 10 20:49:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=492d19ba net-firewall/arptables-0.0.5-r1: Don't change provder on upgrades Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Patrick McLean gentoo.org> net-firewall/arptables/arptables-0.0.5-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-firewall/arptables/arptables-0.0.5-r1.ebuild b/net-firewall/arptables/arptables-0.0.5-r1.ebuild index 6dc0f8f781c..9bfd2df4fba 100644 --- a/net-firewall/arptables/arptables-0.0.5-r1.ebuild +++ b/net-firewall/arptables/arptables-0.0.5-r1.ebuild @@ -45,7 +45,7 @@ pkg_postinst() { } pkg_prerm() { - if has_version 'net-firewall/iptables[nftables]'; then + if [[ -z ${REPLACED_BY_VERSION} ]] && has_version 'net-firewall/iptables[nftables]'; then elog "Resetting arptables symlinks to xtables-nft-multi before removal" eselect arptables set xtables-nft-multi else