diff options
author | Sam James <sam@gentoo.org> | 2021-04-03 19:39:33 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-03 19:59:09 +0100 |
commit | a264003c48500e2f230c82baaa65e2108bafe15b (patch) | |
tree | 3244ff2d4f2ba51214601ed3a02e1a387714e82f /net-analyzer/bmon/bmon-999.ebuild | |
parent | net-analyzer/ipcad: eutils->epatch (diff) | |
download | gentoo-a264003c48500e2f230c82baaa65e2108bafe15b.tar.gz gentoo-a264003c48500e2f230c82baaa65e2108bafe15b.tar.bz2 gentoo-a264003c48500e2f230c82baaa65e2108bafe15b.zip |
net-analyzer/bmon: port to EAPI 7
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/bmon/bmon-999.ebuild')
-rw-r--r-- | net-analyzer/bmon/bmon-999.ebuild | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/net-analyzer/bmon/bmon-999.ebuild b/net-analyzer/bmon/bmon-999.ebuild index 1939b19057ed..c7b2e2c82e08 100644 --- a/net-analyzer/bmon/bmon-999.ebuild +++ b/net-analyzer/bmon/bmon-999.ebuild @@ -1,26 +1,24 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 + inherit autotools git-r3 linux-info toolchain-funcs -DESCRIPTION="interface bandwidth monitor" +DESCRIPTION="Interface bandwidth monitor" HOMEPAGE="http://www.infradead.org/~tgr/bmon/ https://github.com/tgraf/bmon/" EGIT_REPO_URI="https://github.com/tgraf/bmon/" LICENSE="BSD-2 MIT" SLOT="0" -KEYWORDS="" RDEPEND=" >=sys-libs/ncurses-5.3-r2:0= dev-libs/confuse:= dev-libs/libnl:3 " -DEPEND=" - ${RDEPEND} - virtual/pkgconfig -" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" DOCS=( ChangeLog ) |