diff options
author | Sam James <sam@gentoo.org> | 2022-07-15 10:14:45 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-15 10:14:45 +0100 |
commit | b63f502a453a00460b5435e28f89d5db45347697 (patch) | |
tree | bcb2786bff4e7d0850d4ecbd511430250f0a7aed /net-firewall/nfacct | |
parent | app-misc/astrolog-ephemeris: add bump w/ note for app-misc/astrolog (diff) | |
download | gentoo-b63f502a453a00460b5435e28f89d5db45347697.tar.gz gentoo-b63f502a453a00460b5435e28f89d5db45347697.tar.bz2 gentoo-b63f502a453a00460b5435e28f89d5db45347697.zip |
net-firewall/nfacct: EAPI 8
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-firewall/nfacct')
-rw-r--r-- | net-firewall/nfacct/nfacct-1.0.2-r2.ebuild (renamed from net-firewall/nfacct/nfacct-1.0.2-r1.ebuild) | 15 |
1 files 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 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 |