mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
net-libs/libnetfilter_cttimeout: Drop Drop 1.0.0 (r0), EAPI5--
Closes: https://bugs.gentoo.org/773205 Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,25 +0,0 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
inherit linux-info autotools-utils
|
||||
|
||||
DESCRIPTION="netlink interface to the connection tracking timeout infrastructure in the kernel packet filter"
|
||||
HOMEPAGE="https://www.netfilter.org/projects/libnetfilter_cttimeout/"
|
||||
SRC_URI="https://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha amd64 ~arm ~hppa x86"
|
||||
IUSE="static-libs"
|
||||
|
||||
RDEPEND="net-libs/libmnl"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/pkgconfig"
|
||||
|
||||
CONFIG_CHECK="~NF_CT_NETLINK_TIMEOUT"
|
||||
|
||||
pkg_setup() {
|
||||
linux-info_pkg_setup
|
||||
kernel_is lt 3 4 0 && ewarn "requires at least 3.4.0 kernel version"
|
||||
}
|
||||
Reference in New Issue
Block a user