diff options
author | Sam James <sam@gentoo.org> | 2021-04-15 02:55:51 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:18:51 +0100 |
commit | 0b9a8c28029b24fbd042d8c52cc5c79c515d68b9 (patch) | |
tree | 2e1a58f7c0a879b814929dab4d792009fb0bf654 /net-analyzer/gnome-nettool | |
parent | net-analyzer/cloudshark: explicitly inherit epatch (diff) | |
download | gentoo-0b9a8c28029b24fbd042d8c52cc5c79c515d68b9.tar.gz gentoo-0b9a8c28029b24fbd042d8c52cc5c79c515d68b9.tar.bz2 gentoo-0b9a8c28029b24fbd042d8c52cc5c79c515d68b9.zip |
net-analyzer/gnome-nettool: eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/gnome-nettool')
-rw-r--r-- | net-analyzer/gnome-nettool/gnome-nettool-3.8.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/gnome-nettool/gnome-nettool-3.8.1.ebuild b/net-analyzer/gnome-nettool/gnome-nettool-3.8.1.ebuild index 9d215a641c88..2505084a7f4d 100644 --- a/net-analyzer/gnome-nettool/gnome-nettool-3.8.1.ebuild +++ b/net-analyzer/gnome-nettool/gnome-nettool-3.8.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" GCONF_DEBUG="yes" -inherit eutils gnome2 +inherit gnome2 DESCRIPTION="Graphical front-ends to various networking command-line" HOMEPAGE="https://git.gnome.org/browse/gnome-nettool/" |