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 C10391396D9 for ; Wed, 18 Oct 2017 06:11:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A07FE0E90; Wed, 18 Oct 2017 06:11:58 +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 09530E0E90 for ; Wed, 18 Oct 2017 06:11:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 3134533D4A6 for ; Wed, 18 Oct 2017 06:11:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 978F5326 for ; Wed, 18 Oct 2017 06:11:55 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1508307002.37da6842251542f8cfee8b6821391bbad5d687aa.slyfox@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-r2.ebuild net-firewall/nftables/nftables-0.8.ebuild X-VCS-Directories: net-firewall/nftables/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 37da6842251542f8cfee8b6821391bbad5d687aa X-VCS-Branch: master Date: Wed, 18 Oct 2017 06:11:55 +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: 4de58fea-dd19-4e72-adec-e438e32f2e87 X-Archives-Hash: abe76dd3c193051b0f31da6c11b15c6f commit: 37da6842251542f8cfee8b6821391bbad5d687aa Author: Sergei Trofimovich gentoo org> AuthorDate: Wed Oct 18 05:47:28 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Wed Oct 18 06:10:02 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37da6842 net-firewall/nftables: bind to net-libs/libnftnl and net-libs/libmnl subslots Bug: https://bugs.gentoo.org/634604 Package-Manager: Portage-2.3.11, Repoman-2.3.3 net-firewall/nftables/{nftables-0.8.ebuild => nftables-0.8-r2.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-firewall/nftables/nftables-0.8.ebuild b/net-firewall/nftables/nftables-0.8-r2.ebuild similarity index 96% rename from net-firewall/nftables/nftables-0.8.ebuild rename to net-firewall/nftables/nftables-0.8-r2.ebuild index 8f0ddbe29ca..4656176d0d3 100644 --- a/net-firewall/nftables/nftables-0.8.ebuild +++ b/net-firewall/nftables/nftables-0.8-r2.ebuild @@ -14,10 +14,10 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~x86" IUSE="debug doc +gmp +readline" -RDEPEND=">=net-libs/libmnl-1.0.3 +RDEPEND=">=net-libs/libmnl-1.0.3:0= gmp? ( dev-libs/gmp:0= ) readline? ( sys-libs/readline:0= ) - >=net-libs/libnftnl-1.0.8" + >=net-libs/libnftnl-1.0.8:0=" DEPEND="${RDEPEND} >=app-text/docbook2X-0.8.8-r4