From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-928210-garchives=archives.gentoo.org@lists.gentoo.org>
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 0BD4B139085
	for <garchives@archives.gentoo.org>; Mon, 30 Jan 2017 09:33:23 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 563772241CE;
	Mon, 30 Jan 2017 09:33:20 +0000 (UTC)
Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 328AD2241CE
	for <gentoo-commits@lists.gentoo.org>; Mon, 30 Jan 2017 09:33:20 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 6231034161D
	for <gentoo-commits@lists.gentoo.org>; Mon, 30 Jan 2017 09:33:19 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id CA6E73AC8
	for <gentoo-commits@lists.gentoo.org>; Mon, 30 Jan 2017 09:33:17 +0000 (UTC)
From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" <polynomial-c@gentoo.org>
Message-ID: <1485768794.3246d8158b52806a3eb2da26ea08fac2c5174539.polynomial-c@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/iptables/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-firewall/iptables/iptables-1.6.1-r1.ebuild net-firewall/iptables/iptables-1.6.1.ebuild
X-VCS-Directories: net-firewall/iptables/
X-VCS-Committer: polynomial-c
X-VCS-Committer-Name: Lars Wendler
X-VCS-Revision: 3246d8158b52806a3eb2da26ea08fac2c5174539
X-VCS-Branch: master
Date: Mon, 30 Jan 2017 09:33:17 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 989e9758-a73d-45da-a9f1-2a3bb662800f
X-Archives-Hash: 1fde9eb4a77a968512536dd875a78455

commit:     3246d8158b52806a3eb2da26ea08fac2c5174539
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 30 09:32:57 2017 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Jan 30 09:33:14 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3246d815

net-firewall/iptables: Revbump to fix sub-slot

and libnetfilter_conntrack dependency.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../iptables/{iptables-1.6.1.ebuild => iptables-1.6.1-r1.ebuild}      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-firewall/iptables/iptables-1.6.1.ebuild b/net-firewall/iptables/iptables-1.6.1-r1.ebuild
similarity index 97%
rename from net-firewall/iptables/iptables-1.6.1.ebuild
rename to net-firewall/iptables/iptables-1.6.1-r1.ebuild
index 7f94b4a..99ebb3d 100644
--- a/net-firewall/iptables/iptables-1.6.1.ebuild
+++ b/net-firewall/iptables/iptables-1.6.1-r1.ebuild
@@ -16,12 +16,12 @@ SRC_URI="http://www.netfilter.org/projects/iptables/files/${P}.tar.bz2"
 LICENSE="GPL-2"
 # Subslot tracks libxtables as that's the one other packages generally link
 # against and iptables changes.  Will have to revisit if other sonames change.
-SLOT="0/11"
+SLOT="0/12"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
 IUSE="conntrack ipv6 netlink nftables pcap static-libs"
 
 RDEPEND="
-	conntrack? ( net-libs/libnetfilter_conntrack )
+	conntrack? ( >=net-libs/libnetfilter_conntrack-1.0.6 )
 	netlink? ( net-libs/libnfnetlink )
 	nftables? (
 		>=net-libs/libmnl-1.0