net-firewall/nftables-9999: Update deps in 9999

Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
This commit is contained in:
Patrick McLean
2020-07-22 19:06:23 -07:00
parent 30f46038c8
commit e43b2f0dfb

View File

@@ -12,7 +12,7 @@ HOMEPAGE="https://netfilter.org/projects/nftables/"
if [[ ${PV} =~ ^[9]{4,}$ ]]; then
inherit git-r3
EGIT_REPO_URI="https://git.netfilter.org/nftables"
EGIT_REPO_URI="https://git.netfilter.org/${PN}"
BDEPEND="
sys-devel/bison
@@ -24,7 +24,7 @@ else
fi
LICENSE="GPL-2"
SLOT="0"
SLOT="0/1"
IUSE="debug doc +gmp json +modern-kernel python +readline static-libs xtables"
RDEPEND="
@@ -33,7 +33,7 @@ RDEPEND="
json? ( dev-libs/jansson )
python? ( ${PYTHON_DEPS} )
readline? ( sys-libs/readline:0= )
>=net-libs/libnftnl-1.1.7:0=
>=net-libs/libnftnl-1.1.8:0=
xtables? ( >=net-firewall/iptables-1.6.1 )
"