From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C9CF8138359 for ; Thu, 23 Jul 2020 02:06:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4514E0875; Thu, 23 Jul 2020 02:06:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 84050E0875 for ; Thu, 23 Jul 2020 02:06:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DD8DF34EFAF for ; Thu, 23 Jul 2020 02:06:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74BA42EB for ; Thu, 23 Jul 2020 02:06:45 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1595469999.e43b2f0dfb489f439535e9e52bb7bd6f396558fc.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/nftables/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-firewall/nftables/nftables-9999.ebuild X-VCS-Directories: net-firewall/nftables/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: e43b2f0dfb489f439535e9e52bb7bd6f396558fc X-VCS-Branch: master Date: Thu, 23 Jul 2020 02:06:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 81a9e23d-a233-4e66-bfd9-757490bee170 X-Archives-Hash: 73bdba7b1ad4da7cde91749d5d01063b commit: e43b2f0dfb489f439535e9e52bb7bd6f396558fc Author: Patrick McLean gentoo org> AuthorDate: Thu Jul 23 02:06:23 2020 +0000 Commit: Patrick McLean gentoo 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 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 ) "