summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-02-27 00:57:19 +0000
committerSam James <sam@gentoo.org>2021-02-27 01:00:18 +0000
commit4cd69abd152a4ee21855ef0fc4f8238e9e2c7b77 (patch)
treef2b61e0488f23117ec335a8fc4f5c230fbe00385 /net-libs/libnetfilter_cthelper
parentnet-dialup/radiusclient-ng: port to EAPI 7 (diff)
downloadgentoo-4cd69abd152a4ee21855ef0fc4f8238e9e2c7b77.tar.gz
gentoo-4cd69abd152a4ee21855ef0fc4f8238e9e2c7b77.tar.bz2
gentoo-4cd69abd152a4ee21855ef0fc4f8238e9e2c7b77.zip
net-libs/libnetfilter_cthelper: port to EAPI 7
Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs/libnetfilter_cthelper')
-rw-r--r--net-libs/libnetfilter_cthelper/libnetfilter_cthelper-1.0.0-r1.ebuild13
1 files changed, 6 insertions, 7 deletions
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
index 8107d628adaa..e0fa769e57c6 100644
--- a/net-libs/libnetfilter_cthelper/libnetfilter_cthelper-1.0.0-r1.ebuild
+++ b/net-libs/libnetfilter_cthelper/libnetfilter_cthelper-1.0.0-r1.ebuild
@@ -1,22 +1,21 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="5"
+EAPI=7
-inherit linux-info autotools-utils
+inherit autotools linux-info
-DESCRIPTION="userspace library that provides the programming interface to the user-space helper infrastructure"
+DESCRIPTION="Userspace library for interface to user-space helper for conntrack"
HOMEPAGE="https://www.netfilter.org/projects/libnetfilter_cthelper/"
SRC_URI="https://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~x86"
-IUSE="static-libs"
+BDEPEND="virtual/pkgconfig"
RDEPEND="net-libs/libmnl:="
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
+DEPEND="${RDEPEND}"
PATCHES=(
"${FILESDIR}"/${P}-clang-export.patch