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 E841F1382C5 for ; Sat, 20 Jan 2018 18:58:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE62BE0878; Sat, 20 Jan 2018 18:58:06 +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 D0FA3E0878 for ; Sat, 20 Jan 2018 18:58:06 +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 D5768335C0C for ; Sat, 20 Jan 2018 18:58:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B7E919F for ; Sat, 20 Jan 2018 18:58:04 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1516474678.c9956ab22b89a30b123b21dde55b9b9971c68dc4.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/nftables/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-firewall/nftables/nftables-0.8.1.ebuild X-VCS-Directories: net-firewall/nftables/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: c9956ab22b89a30b123b21dde55b9b9971c68dc4 X-VCS-Branch: master Date: Sat, 20 Jan 2018 18:58:04 +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-Archives-Salt: 4c7400e1-90b9-4bf6-aab8-c734fbe2fb4a X-Archives-Hash: b769650ecefc24eb9aae7d7086b54356 commit: c9956ab22b89a30b123b21dde55b9b9971c68dc4 Author: Lars Wendler gentoo org> AuthorDate: Sat Jan 20 18:57:40 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sat Jan 20 18:57:58 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9956ab2 net-firewall/nftables: Adjusted dependency on net-libs/libnftnl. Closes: https://bugs.gentoo.org/645144 Package-Manager: Portage-2.3.19, Repoman-2.3.6 net-firewall/nftables/nftables-0.8.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-firewall/nftables/nftables-0.8.1.ebuild b/net-firewall/nftables/nftables-0.8.1.ebuild index 5658cb069df..a38042ed9a6 100644 --- a/net-firewall/nftables/nftables-0.8.1.ebuild +++ b/net-firewall/nftables/nftables-0.8.1.ebuild @@ -17,7 +17,7 @@ IUSE="debug doc +gmp +readline" RDEPEND=">=net-libs/libmnl-1.0.3:0= gmp? ( dev-libs/gmp:0= ) readline? ( sys-libs/readline:0= ) - >=net-libs/libnftnl-1.0.8:0=" + >=net-libs/libnftnl-1.0.9:0=" DEPEND="${RDEPEND} >=app-text/docbook2X-0.8.8-r4