diff options
Diffstat (limited to 'net-analyzer/netio')
-rw-r--r-- | net-analyzer/netio/netio-1.33.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/net-analyzer/netio/netio-1.33.ebuild b/net-analyzer/netio/netio-1.33.ebuild index a5a43f45b6d2..b4f396af8c4d 100644 --- a/net-analyzer/netio/netio-1.33.ebuild +++ b/net-analyzer/netio/netio-1.33.ebuild @@ -1,23 +1,21 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 + inherit edos2unix toolchain-funcs DESCRIPTION="Network benchmark using TCP and UDP protocols" HOMEPAGE="https://web.ars.de/netio/" SRC_URI="https://www.ars.de/${PN}${PV/.}.zip" +S="${WORKDIR}" LICENSE="free-noncomm" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" RESTRICT="mirror" # bug #391789 comment #1 -DEPEND=" - app-arch/unzip - >=sys-apps/sed-4 -" -S=${WORKDIR} +BDEPEND="app-arch/unzip" src_prepare() { edos2unix *.c *.h *.doc |