diff options
author | David Seifert <soap@gentoo.org> | 2020-02-13 22:37:16 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-13 22:37:16 +0100 |
commit | e3855059e18b65d5b939d87fb02f21348d5bdece (patch) | |
tree | 53163c6ca59305d31d2bbd67393ae25bf7af57de /net-analyzer/tcpstat | |
parent | media-tv/mythtv: [QA] inherit toolchain-funcs.eclass directly (diff) | |
download | gentoo-e3855059e18b65d5b939d87fb02f21348d5bdece.tar.gz gentoo-e3855059e18b65d5b939d87fb02f21348d5bdece.tar.bz2 gentoo-e3855059e18b65d5b939d87fb02f21348d5bdece.zip |
net-analyzer/tcpstat: [QA] inherit toolchain-funcs.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-analyzer/tcpstat')
-rw-r--r-- | net-analyzer/tcpstat/tcpstat-1.5-r3.ebuild | 2 | ||||
-rw-r--r-- | net-analyzer/tcpstat/tcpstat-1.5_p8.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/tcpstat/tcpstat-1.5-r3.ebuild b/net-analyzer/tcpstat/tcpstat-1.5-r3.ebuild index 0c09078b3763..ce12a85db51b 100644 --- a/net-analyzer/tcpstat/tcpstat-1.5-r3.ebuild +++ b/net-analyzer/tcpstat/tcpstat-1.5-r3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools flag-o-matic +inherit autotools flag-o-matic toolchain-funcs DESCRIPTION="Reports network interface statistics" HOMEPAGE="https://www.frenchfries.net/paul/tcpstat/" diff --git a/net-analyzer/tcpstat/tcpstat-1.5_p8.ebuild b/net-analyzer/tcpstat/tcpstat-1.5_p8.ebuild index 017454e4ac7d..a7ffbe9723e3 100644 --- a/net-analyzer/tcpstat/tcpstat-1.5_p8.ebuild +++ b/net-analyzer/tcpstat/tcpstat-1.5_p8.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools flag-o-matic +inherit autotools flag-o-matic toolchain-funcs DESCRIPTION="Reports network interface statistics" HOMEPAGE="https://www.frenchfries.net/paul/tcpstat/" |