diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-02-19 14:10:12 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-02-19 14:15:21 +0100 |
commit | 358464409d4854067b72a36f724be320e9361c78 (patch) | |
tree | 69ea9bc05c87cfd2d18a0007f8865dce988a17d6 /net-analyzer/iptstate | |
parent | dev-libs/geoip: Stabilize 1.6.12-r1 amd64, #833728 (diff) | |
download | gentoo-358464409d4854067b72a36f724be320e9361c78.tar.gz gentoo-358464409d4854067b72a36f724be320e9361c78.tar.bz2 gentoo-358464409d4854067b72a36f724be320e9361c78.zip |
net-analyzer/iptstate: Stabilize 2.2.7 amd64, #833729
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'net-analyzer/iptstate')
-rw-r--r-- | net-analyzer/iptstate/iptstate-2.2.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/iptstate/iptstate-2.2.7.ebuild b/net-analyzer/iptstate/iptstate-2.2.7.ebuild index 4d851b9e14b3..5e87353ecda3 100644 --- a/net-analyzer/iptstate/iptstate-2.2.7.ebuild +++ b/net-analyzer/iptstate/iptstate-2.2.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/jaymzh/${PN}/releases/download/v${PV}/${P}.tar.bz2" LICENSE="ZLIB" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~x86" +KEYWORDS="amd64 ~hppa ~ppc ~x86" RDEPEND=">=sys-libs/ncurses-5.7-r7:= >=net-libs/libnetfilter_conntrack-0.0.50" |