From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9CBFF1386F3 for ; Fri, 14 Aug 2015 09:28:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 377671421F; Fri, 14 Aug 2015 09:28:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8AA841421F for ; Fri, 14 Aug 2015 09:28:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CF50734092A for ; Fri, 14 Aug 2015 09:28:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2988515C for ; Fri, 14 Aug 2015 09:28:34 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1439544507.6586bd5ff10f807d89b4c6dbaabae7752dc0f1bc.vapier@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.4.21-r2.ebuild X-VCS-Directories: net-firewall/iptables/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 6586bd5ff10f807d89b4c6dbaabae7752dc0f1bc X-VCS-Branch: master Date: Fri, 14 Aug 2015 09:28:34 +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-Archives-Salt: d31b508b-d6d0-48fb-9d42-dd15fc270a39 X-Archives-Hash: 5bcdc306b765cac3c469fc374984073e commit: 6586bd5ff10f807d89b4c6dbaabae7752dc0f1bc Author: Mike Frysinger gentoo org> AuthorDate: Fri Aug 14 09:16:05 2015 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Fri Aug 14 09:28:27 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6586bd5f net-firewall/iptables: add subslot to track libxtables #489882 net-firewall/iptables/iptables-1.4.21-r2.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-firewall/iptables/iptables-1.4.21-r2.ebuild b/net-firewall/iptables/iptables-1.4.21-r2.ebuild index eaba422..619d843 100644 --- a/net-firewall/iptables/iptables-1.4.21-r2.ebuild +++ b/net-firewall/iptables/iptables-1.4.21-r2.ebuild @@ -14,7 +14,9 @@ HOMEPAGE="http://www.netfilter.org/projects/iptables/" SRC_URI="http://www.netfilter.org/projects/iptables/files/${P}.tar.bz2" LICENSE="GPL-2" -SLOT="0" +# 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/10" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="conntrack ipv6 netlink pcap static-libs"