diff options
author | David Seifert <soap@gentoo.org> | 2022-12-06 23:30:45 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-12-06 23:30:45 +0100 |
commit | bee01473dc3a6f7308cf41c1d7883017f405be71 (patch) | |
tree | ea9c502030fceddfa073458609a478ac44c8dba4 /net-analyzer/tcpreen | |
parent | toolchain-funcs.eclass: Set CHOST within econf_build to fix config.site (diff) | |
download | gentoo-bee01473dc3a6f7308cf41c1d7883017f405be71.tar.gz gentoo-bee01473dc3a6f7308cf41c1d7883017f405be71.tar.bz2 gentoo-bee01473dc3a6f7308cf41c1d7883017f405be71.zip |
net-analyzer/tcpreen: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-analyzer/tcpreen')
-rw-r--r-- | net-analyzer/tcpreen/tcpreen-1.4.4-r1.ebuild (renamed from net-analyzer/tcpreen/tcpreen-1.4.4.ebuild) | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/net-analyzer/tcpreen/tcpreen-1.4.4.ebuild b/net-analyzer/tcpreen/tcpreen-1.4.4-r1.ebuild index 3aa79a2d98df..3191689b7a26 100644 --- a/net-analyzer/tcpreen/tcpreen-1.4.4.ebuild +++ b/net-analyzer/tcpreen/tcpreen-1.4.4-r1.ebuild @@ -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) |