Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/iptstate/
Date: Sat, 19 Feb 2022 13:15:58
Message-Id: 1645276521.358464409d4854067b72a36f724be320e9361c78.jsmolic@gentoo
1 commit: 358464409d4854067b72a36f724be320e9361c78
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 19 13:10:12 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 19 13:15:21 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35846440
7
8 net-analyzer/iptstate: Stabilize 2.2.7 amd64, #833729
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 net-analyzer/iptstate/iptstate-2.2.7.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-analyzer/iptstate/iptstate-2.2.7.ebuild b/net-analyzer/iptstate/iptstate-2.2.7.ebuild
16 index 4d851b9e14b3..5e87353ecda3 100644
17 --- a/net-analyzer/iptstate/iptstate-2.2.7.ebuild
18 +++ b/net-analyzer/iptstate/iptstate-2.2.7.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/jaymzh/${PN}/releases/download/v${PV}/${P}.tar.bz2"
26
27 LICENSE="ZLIB"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~hppa ~ppc ~x86"
30 +KEYWORDS="amd64 ~hppa ~ppc ~x86"
31
32 RDEPEND=">=sys-libs/ncurses-5.7-r7:=
33 >=net-libs/libnetfilter_conntrack-0.0.50"