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 DF4A813835A for ; Mon, 19 Apr 2021 07:58:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 426E1E0855; Mon, 19 Apr 2021 07:58:19 +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 29849E0855 for ; Mon, 19 Apr 2021 07:58:19 +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 CAB70340E4C for ; Mon, 19 Apr 2021 07:58:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F67271D for ; Mon, 19 Apr 2021 07:58:15 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1618819001.f40443f862ccbc59d9356f4f9c3f276ee58b25c6.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libnetfilter_acct/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libnetfilter_acct/libnetfilter_acct-1.0.3.ebuild X-VCS-Directories: net-libs/libnetfilter_acct/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f40443f862ccbc59d9356f4f9c3f276ee58b25c6 X-VCS-Branch: master Date: Mon, 19 Apr 2021 07:58:15 +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: d338ea69-fb48-4224-a620-8ba4fd9343cb X-Archives-Hash: 09038e4b7189ec45222c28fc1e7f7182 commit: f40443f862ccbc59d9356f4f9c3f276ee58b25c6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Apr 18 18:16:28 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Apr 19 07:56:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f40443f8 net-libs/libnetfilter_acct: EAPI-7 bump Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> net-libs/libnetfilter_acct/libnetfilter_acct-1.0.3.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/net-libs/libnetfilter_acct/libnetfilter_acct-1.0.3.ebuild b/net-libs/libnetfilter_acct/libnetfilter_acct-1.0.3.ebuild index 52f5a4ac76a..f29d830b8c1 100644 --- a/net-libs/libnetfilter_acct/libnetfilter_acct-1.0.3.ebuild +++ b/net-libs/libnetfilter_acct/libnetfilter_acct-1.0.3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit linux-info @@ -17,12 +17,11 @@ IUSE="examples" RDEPEND=" net-libs/libmnl " -DEPEND=" - ${RDEPEND} - virtual/pkgconfig -" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" DOCS=( README ) + CONFIG_CHECK="~NETFILTER_NETLINK_ACCT" pkg_setup() {