mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-analyzer/tcpreen: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
EAPI=8
|
||||
|
||||
inherit toolchain-funcs
|
||||
|
||||
DESCRIPTION="TCP network re-engineering tool"
|
||||
@@ -12,13 +13,10 @@ LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~ppc x86"
|
||||
IUSE="nls"
|
||||
DEPEND="
|
||||
nls? ( sys-devel/gettext )
|
||||
"
|
||||
DOCS=( AUTHORS NEWS README THANKS TODO )
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${P}-literal-suffix.patch
|
||||
)
|
||||
|
||||
BDEPEND="nls? ( sys-devel/gettext )"
|
||||
|
||||
PATCHES=( "${FILESDIR}"/${P}-literal-suffix.patch )
|
||||
|
||||
src_configure() {
|
||||
econf $(use_enable nls)
|
||||
Reference in New Issue
Block a user