commit: b04458d5958355e32303d74dd40a3389f674da0f Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Apr 3 18:41:34 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Apr 3 18:59:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b04458d5
net-analyzer/jnettop: eutils->epatch Signed-off-by: Sam James <sam <AT> gentoo.org> net-analyzer/jnettop/jnettop-0.13.0-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-analyzer/jnettop/jnettop-0.13.0-r1.ebuild b/net-analyzer/jnettop/jnettop-0.13.0-r1.ebuild index e0c71800057..df4d41386c2 100644 --- a/net-analyzer/jnettop/jnettop-0.13.0-r1.ebuild +++ b/net-analyzer/jnettop/jnettop-0.13.0-r1.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools eutils + +inherit autotools epatch DESCRIPTION="A top like console network traffic visualiser" HOMEPAGE="http://jnettop.kubs.info/" @@ -20,7 +21,6 @@ RDEPEND=" ncurses? ( sys-libs/ncurses ) syslog? ( virtual/logger ) " - DEPEND="${RDEPEND} virtual/pkgconfig"