commit:     b63f502a453a00460b5435e28f89d5db45347697
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 15 09:14:45 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 15 09:14:45 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b63f502a

net-firewall/nfacct: EAPI 8

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../{nfacct-1.0.2-r1.ebuild => nfacct-1.0.2-r2.ebuild}    | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/net-firewall/nfacct/nfacct-1.0.2-r1.ebuild 
b/net-firewall/nfacct/nfacct-1.0.2-r2.ebuild
similarity index 82%
rename from net-firewall/nfacct/nfacct-1.0.2-r1.ebuild
rename to net-firewall/nfacct/nfacct-1.0.2-r2.ebuild
index 1feb53596a4b..a6dc39569c14 100644
--- a/net-firewall/nfacct/nfacct-1.0.2-r1.ebuild
+++ b/net-firewall/nfacct/nfacct-1.0.2-r2.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
+
 inherit linux-info
 
 DESCRIPTION="Command line tool to create/retrieve/delete accounting objects in 
NetFilter"
@@ -13,18 +14,16 @@ SLOT="0"
 KEYWORDS="amd64 ~arm ~ppc64 x86"
 
 RDEPEND="
-       net-libs/libmnl
+       net-libs/libmnl:=
        >=net-libs/libnetfilter_acct-1.0.3
 "
-DEPEND="
-       ${RDEPEND}
-       virtual/pkgconfig
-"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
 
 CONFIG_CHECK="~NETFILTER_NETLINK_ACCT"
 
 src_install() {
-       default_src_install
+       default
 
        keepdir /var/lib/nfacct
        newinitd "${FILESDIR}"/${PN}.initd nfacct

Reply via email to