commit:     e43b2f0dfb489f439535e9e52bb7bd6f396558fc
Author:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 23 02:06:23 2020 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Thu Jul 23 02:06:39 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e43b2f0d

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

Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>

 net-firewall/nftables/nftables-9999.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-firewall/nftables/nftables-9999.ebuild 
b/net-firewall/nftables/nftables-9999.ebuild
index 916382cdf8d..989c4f467e9 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 )
 "
 

Reply via email to