diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2020-07-22 19:06:23 -0700 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2020-07-22 19:06:39 -0700 |
commit | e43b2f0dfb489f439535e9e52bb7bd6f396558fc (patch) | |
tree | e9af0c8c9241bb0428ad2ac3e9a9e940259b4335 /net-firewall | |
parent | net-libs/libnftnl: Add 9999 ebuild (diff) | |
download | gentoo-e43b2f0dfb489f439535e9e52bb7bd6f396558fc.tar.gz gentoo-e43b2f0dfb489f439535e9e52bb7bd6f396558fc.tar.bz2 gentoo-e43b2f0dfb489f439535e9e52bb7bd6f396558fc.zip |
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>
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/nftables/nftables-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-firewall/nftables/nftables-9999.ebuild b/net-firewall/nftables/nftables-9999.ebuild index 916382cdf8da..989c4f467e91 100644 --- a/net-firewall/nftables/nftables-9999.ebuild +++ b/net-firewall/nftables/nftables-9999.ebuild @@ -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 ) " |