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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9C5C915808B for ; Thu, 10 Mar 2022 21:13:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3095EE0998; Thu, 10 Mar 2022 21:13:01 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F1D2DE0998 for ; Thu, 10 Mar 2022 21:13:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 42F8E342ED6 for ; Thu, 10 Mar 2022 21:13:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 98E4A32F for ; Thu, 10 Mar 2022 21:12:56 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1646946643.dbb999e56864d5c13391baecd473dc2277b12324.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/nufw/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-firewall/nufw/nufw-2.2.22-r3.ebuild X-VCS-Directories: net-firewall/nufw/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: dbb999e56864d5c13391baecd473dc2277b12324 X-VCS-Branch: master Date: Thu, 10 Mar 2022 21:12:56 +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: 29ae26dd-de4e-4141-8d42-3e995748e62e X-Archives-Hash: 9b5e1485eb962440e64dd8f254c7855c commit: dbb999e56864d5c13391baecd473dc2277b12324 Author: Sam James gentoo org> AuthorDate: Thu Mar 10 05:20:51 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Mar 10 21:10:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbb999e5 net-firewall/nufw: [QA] fix UnusedInherits (multilib) get_libdir has been built-in since EAPI 6 Signed-off-by: Sam James gentoo.org> net-firewall/nufw/nufw-2.2.22-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-firewall/nufw/nufw-2.2.22-r3.ebuild b/net-firewall/nufw/nufw-2.2.22-r3.ebuild index d8bbd19926f2..9dbc74d1518b 100644 --- a/net-firewall/nufw/nufw-2.2.22-r3.ebuild +++ b/net-firewall/nufw/nufw-2.2.22-r3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 SSL_CERT_MANDATORY=1 -inherit autotools flag-o-matic multilib pam ssl-cert +inherit autotools flag-o-matic pam ssl-cert DESCRIPTION="An enterprise grade authenticating firewall based on netfilter" HOMEPAGE="http://www.nufw.org/"