commit: 23ac54b55f3418161d1c8170ead4c551a799c5cc Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Wed Dec 7 13:51:45 2022 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Wed Dec 7 13:51:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23ac54b5
net-analyzer/netio: remove sys-apps/sed from DEPEND Signed-off-by: David Seifert <soap <AT> gentoo.org> net-analyzer/netio/netio-1.33.ebuild | 10 ++++------ 1 file 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
