diff options
author | Joonas Niilola <juippis@gentoo.org> | 2021-02-06 09:44:51 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-02-06 09:44:51 +0200 |
commit | d87ae49d11558ea5500655e56da66bc82de6c5bd (patch) | |
tree | 06f94bb3c6ffbfbd96d6d5858c3711eae6744ae1 /net-analyzer | |
parent | x11-terms/aterm: remove eterm ref (diff) | |
download | gentoo-d87ae49d11558ea5500655e56da66bc82de6c5bd.tar.gz gentoo-d87ae49d11558ea5500655e56da66bc82de6c5bd.tar.bz2 gentoo-d87ae49d11558ea5500655e56da66bc82de6c5bd.zip |
net-analyzer/netwag: remove eterm dep
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/netwag/netwag-5.39.0.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net-analyzer/netwag/netwag-5.39.0.ebuild b/net-analyzer/netwag/netwag-5.39.0.ebuild index 620bc9ee48ba..1b719f96d99b 100644 --- a/net-analyzer/netwag/netwag-5.39.0.ebuild +++ b/net-analyzer/netwag/netwag-5.39.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # NOTE: netwib, netwox and netwag go together, bump all or bump none EAPI=5 -DESCRIPTION="Tcl/tk interface to netwox (Toolbox of 222 utilities for testing Ethernet/IP networks)" +DESCRIPTION="Tcl/tk interface to netwox (Toolbox of 222 utilities for testing networks)" HOMEPAGE=" http://ntwag.sourceforge.net/ http://www.laurentconstantin.com/en/netw/netwag/ @@ -24,7 +24,6 @@ DEPEND=" || ( x11-terms/xterm kde-apps/konsole - x11-terms/eterm x11-terms/gnome-terminal ) " @@ -37,9 +36,6 @@ src_prepare() { -e 's:/man$:/share/man:g' \ -e "s:/usr/local:/usr:" \ config.dat || die - sed -i \ - -e 's|eterm|Eterm|g' \ - genemake || die } src_configure() { |