public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrick McLean" <chutzpah@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/arptables/
Date: Sun, 10 May 2020 20:49:14 +0000 (UTC)	[thread overview]
Message-ID: <1589143744.492d19bad85ff43e2ed8071cda6cc3a8cef0a452.chutzpah@gentoo> (raw)

commit:     492d19bad85ff43e2ed8071cda6cc3a8cef0a452
Author:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Sun May 10 20:46:55 2020 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> 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 <chutzpah <AT> 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


             reply	other threads:[~2020-05-10 20:49 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-10 20:49 Patrick McLean [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-11-20 20:37 [gentoo-commits] repo/gentoo:master commit in: net-firewall/arptables/ Ulrich Müller
2021-12-03 19:16 Patrick McLean
2021-05-08 19:11 David Seifert
2021-05-08 18:55 Sam James
2021-05-08 18:44 Sam James
2021-05-08 18:41 Sam James
2020-05-09  2:55 Patrick McLean
2019-12-10 18:56 Patrick McLean
2018-05-09 11:04 Mikle Kolyada
2017-08-02 11:58 Lars Wendler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1589143744.492d19bad85ff43e2ed8071cda6cc3a8cef0a452.chutzpah@gentoo \
    --to=chutzpah@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox