Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libnetfilter_cthelper/
Date: Sat, 27 Feb 2021 01:00:36
Message-Id: 1614387618.4cd69abd152a4ee21855ef0fc4f8238e9e2c7b77.sam@gentoo
1 commit: 4cd69abd152a4ee21855ef0fc4f8238e9e2c7b77
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 27 00:57:19 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 27 01:00:18 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cd69abd
7
8 net-libs/libnetfilter_cthelper: port to EAPI 7
9
10 Package-Manager: Portage-3.0.15, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 .../libnetfilter_cthelper-1.0.0-r1.ebuild | 13 ++++++-------
14 1 file changed, 6 insertions(+), 7 deletions(-)
15
16 diff --git a/net-libs/libnetfilter_cthelper/libnetfilter_cthelper-1.0.0-r1.ebuild b/net-libs/libnetfilter_cthelper/libnetfilter_cthelper-1.0.0-r1.ebuild
17 index 8107d628ada..e0fa769e57c 100644
18 --- a/net-libs/libnetfilter_cthelper/libnetfilter_cthelper-1.0.0-r1.ebuild
19 +++ b/net-libs/libnetfilter_cthelper/libnetfilter_cthelper-1.0.0-r1.ebuild
20 @@ -1,22 +1,21 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI="5"
26 +EAPI=7
27
28 -inherit linux-info autotools-utils
29 +inherit autotools linux-info
30
31 -DESCRIPTION="userspace library that provides the programming interface to the user-space helper infrastructure"
32 +DESCRIPTION="Userspace library for interface to user-space helper for conntrack"
33 HOMEPAGE="https://www.netfilter.org/projects/libnetfilter_cthelper/"
34 SRC_URI="https://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2"
35
36 LICENSE="GPL-2"
37 SLOT="0"
38 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~x86"
39 -IUSE="static-libs"
40
41 +BDEPEND="virtual/pkgconfig"
42 RDEPEND="net-libs/libmnl:="
43 -DEPEND="${RDEPEND}
44 - virtual/pkgconfig"
45 +DEPEND="${RDEPEND}"
46
47 PATCHES=(
48 "${FILESDIR}"/${P}-clang-export.patch