commit:     10143fea7d00db2062e5f417541c1e33ccfdc739
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  3 19:51:12 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr  3 19:53:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10143fea

net-libs/libnetfilter_conntrack: autotools--

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

 .../libnetfilter_conntrack/libnetfilter_conntrack-1.0.6.ebuild   | 9 +++++----
 .../libnetfilter_conntrack/libnetfilter_conntrack-1.0.7.ebuild   | 7 ++++---
 .../libnetfilter_conntrack/libnetfilter_conntrack-1.0.8.ebuild   | 7 ++++---
 3 files changed, 13 insertions(+), 10 deletions(-)

diff --git 
a/net-libs/libnetfilter_conntrack/libnetfilter_conntrack-1.0.6.ebuild 
b/net-libs/libnetfilter_conntrack/libnetfilter_conntrack-1.0.6.ebuild
index 88e9f74dcc2..d6f8e58fef8 100644
--- a/net-libs/libnetfilter_conntrack/libnetfilter_conntrack-1.0.6.ebuild
+++ b/net-libs/libnetfilter_conntrack/libnetfilter_conntrack-1.0.6.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit autotools linux-info
 
-DESCRIPTION="programming interface (API) to the in-kernel connection tracking 
state table"
+inherit linux-info
+
+DESCRIPTION="Programming interface (API) to the in-kernel connection tracking 
state table"
 HOMEPAGE="https://www.netfilter.org/projects/libnetfilter_conntrack/";
 SRC_URI="https://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2";
 
@@ -31,7 +32,7 @@ pkg_setup() {
                die "${PN} requires at least 2.6.18 kernel version"
        fi
 
-       #netfilter core team has changed some option names with kernel 2.6.20
+       # netfilter core team has changed some option names with kernel 2.6.20
        if kernel_is lt 2 6 20 ; then
                CONFIG_CHECK="~IP_NF_CONNTRACK_NETLINK"
        else

diff --git 
a/net-libs/libnetfilter_conntrack/libnetfilter_conntrack-1.0.7.ebuild 
b/net-libs/libnetfilter_conntrack/libnetfilter_conntrack-1.0.7.ebuild
index 91126c80f7a..89f383a35d2 100644
--- a/net-libs/libnetfilter_conntrack/libnetfilter_conntrack-1.0.7.ebuild
+++ b/net-libs/libnetfilter_conntrack/libnetfilter_conntrack-1.0.7.ebuild
@@ -2,9 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit autotools linux-info
 
-DESCRIPTION="programming interface (API) to the in-kernel connection tracking 
state table"
+inherit linux-info
+
+DESCRIPTION="Programming interface (API) to the in-kernel connection tracking 
state table"
 HOMEPAGE="https://www.netfilter.org/projects/libnetfilter_conntrack/";
 SRC_URI="https://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2";
 
@@ -31,7 +32,7 @@ pkg_setup() {
                die "${PN} requires at least 2.6.18 kernel version"
        fi
 
-       #netfilter core team has changed some option names with kernel 2.6.20
+       # netfilter core team has changed some option names with kernel 2.6.20
        if kernel_is lt 2 6 20 ; then
                CONFIG_CHECK="~IP_NF_CONNTRACK_NETLINK"
        else

diff --git 
a/net-libs/libnetfilter_conntrack/libnetfilter_conntrack-1.0.8.ebuild 
b/net-libs/libnetfilter_conntrack/libnetfilter_conntrack-1.0.8.ebuild
index 3360618a1db..885bab96515 100644
--- a/net-libs/libnetfilter_conntrack/libnetfilter_conntrack-1.0.8.ebuild
+++ b/net-libs/libnetfilter_conntrack/libnetfilter_conntrack-1.0.8.ebuild
@@ -2,9 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit autotools linux-info
 
-DESCRIPTION="programming interface (API) to the in-kernel connection tracking 
state table"
+inherit linux-info
+
+DESCRIPTION="Programming interface (API) to the in-kernel connection tracking 
state table"
 HOMEPAGE="https://www.netfilter.org/projects/libnetfilter_conntrack/";
 SRC_URI="https://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2";
 
@@ -31,7 +32,7 @@ pkg_setup() {
                die "${PN} requires at least 2.6.18 kernel version"
        fi
 
-       #netfilter core team has changed some option names with kernel 2.6.20
+       # netfilter core team has changed some option names with kernel 2.6.20
        if kernel_is lt 2 6 20 ; then
                CONFIG_CHECK="~IP_NF_CONNTRACK_NETLINK"
        else

Reply via email to