From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1127120-garchives=archives.gentoo.org@lists.gentoo.org> 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 66358138334 for <garchives@archives.gentoo.org>; Tue, 3 Dec 2019 08:29:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99D0EE0843; Tue, 3 Dec 2019 08:29:42 +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 7F15BE0843 for <gentoo-commits@lists.gentoo.org>; Tue, 3 Dec 2019 08:29:42 +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 7FA9934D70F for <gentoo-commits@lists.gentoo.org>; Tue, 3 Dec 2019 08:29:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3732F8AD for <gentoo-commits@lists.gentoo.org>; Tue, 3 Dec 2019 08:29:40 +0000 (UTC) From: "Lars Wendler" <polynomial-c@gentoo.org> 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" <polynomial-c@gentoo.org> Message-ID: <1575361776.465ede1ce4c3b14c68bc6f876e981ed9a7c9af15.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libnftnl/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libnftnl/libnftnl-1.1.3.ebuild net-libs/libnftnl/libnftnl-1.1.4.ebuild net-libs/libnftnl/libnftnl-1.1.5.ebuild X-VCS-Directories: net-libs/libnftnl/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 465ede1ce4c3b14c68bc6f876e981ed9a7c9af15 X-VCS-Branch: master Date: Tue, 3 Dec 2019 08:29:40 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5734c20e-6e9c-4281-8c77-600fa4108d84 X-Archives-Hash: 0fd66292c689d5e3aa520674a550e5f0 commit: 465ede1ce4c3b14c68bc6f876e981ed9a7c9af15 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> AuthorDate: Tue Dec 3 08:28:00 2019 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Tue Dec 3 08:29:36 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=465ede1c net-libs/libnftnl: Fixed QA warning Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org> net-libs/libnftnl/libnftnl-1.1.3.ebuild | 2 ++ net-libs/libnftnl/libnftnl-1.1.4.ebuild | 2 ++ net-libs/libnftnl/libnftnl-1.1.5.ebuild | 2 ++ 3 files changed, 6 insertions(+) diff --git a/net-libs/libnftnl/libnftnl-1.1.3.ebuild b/net-libs/libnftnl/libnftnl-1.1.3.ebuild index 713abb6f662..985d410c3a6 100644 --- a/net-libs/libnftnl/libnftnl-1.1.3.ebuild +++ b/net-libs/libnftnl/libnftnl-1.1.3.ebuild @@ -14,6 +14,8 @@ SLOT="0/11" # libnftnl.so version KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 ~riscv sparc x86" IUSE="examples static-libs test" +RESTRICT="!test? ( test )" + RDEPEND=">=net-libs/libmnl-1.0.3" BDEPEND="virtual/pkgconfig" DEPEND="${RDEPEND}" diff --git a/net-libs/libnftnl/libnftnl-1.1.4.ebuild b/net-libs/libnftnl/libnftnl-1.1.4.ebuild index c7dd0aecc73..ce7a01b0ab8 100644 --- a/net-libs/libnftnl/libnftnl-1.1.4.ebuild +++ b/net-libs/libnftnl/libnftnl-1.1.4.ebuild @@ -14,6 +14,8 @@ SLOT="0/11" # libnftnl.so version KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" IUSE="examples static-libs test" +RESTRICT="!test? ( test )" + RDEPEND=">=net-libs/libmnl-1.0.3" BDEPEND="virtual/pkgconfig" DEPEND="${RDEPEND}" diff --git a/net-libs/libnftnl/libnftnl-1.1.5.ebuild b/net-libs/libnftnl/libnftnl-1.1.5.ebuild index c7dd0aecc73..ce7a01b0ab8 100644 --- a/net-libs/libnftnl/libnftnl-1.1.5.ebuild +++ b/net-libs/libnftnl/libnftnl-1.1.5.ebuild @@ -14,6 +14,8 @@ SLOT="0/11" # libnftnl.so version KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" IUSE="examples static-libs test" +RESTRICT="!test? ( test )" + RDEPEND=">=net-libs/libmnl-1.0.3" BDEPEND="virtual/pkgconfig" DEPEND="${RDEPEND}"