diff options
author | 2022-12-07 14:51:45 +0100 | |
---|---|---|
committer | 2022-12-07 14:51:45 +0100 | |
commit | 23ac54b55f3418161d1c8170ead4c551a799c5cc (patch) | |
tree | bed9796822d9194726a2e38d353ddcd932f8caea /net-analyzer/netio | |
parent | media-video/mjpegtools: remove sys-apps/sed from DEPEND (diff) | |
download | gentoo-23ac54b55f3418161d1c8170ead4c551a799c5cc.tar.gz gentoo-23ac54b55f3418161d1c8170ead4c551a799c5cc.tar.bz2 gentoo-23ac54b55f3418161d1c8170ead4c551a799c5cc.zip |
net-analyzer/netio: remove sys-apps/sed from DEPEND
Signed-off-by: David Seifert <soap@gentoo.org>
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 |