diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-11-01 19:28:55 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-11-22 11:55:34 +0100 |
commit | 1200f2953ca7adff2f75c94eea48443bc41d7758 (patch) | |
tree | 7c739a4bfcbe19c55a4e9a4efa1804285fbaf0bb /net-analyzer/bmon | |
parent | net-analyzer/bmon: EAPI8, install missing DOCS (diff) | |
download | gentoo-1200f2953ca7adff2f75c94eea48443bc41d7758.tar.gz gentoo-1200f2953ca7adff2f75c94eea48443bc41d7758.tar.bz2 gentoo-1200f2953ca7adff2f75c94eea48443bc41d7758.zip |
net-analyzer/bmon: update live ebuild
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'net-analyzer/bmon')
-rw-r--r-- | net-analyzer/bmon/bmon-9999.ebuild (renamed from net-analyzer/bmon/bmon-999.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/bmon/bmon-999.ebuild b/net-analyzer/bmon/bmon-9999.ebuild index 9c199107dfbf..9dc07e17ba12 100644 --- a/net-analyzer/bmon/bmon-999.ebuild +++ b/net-analyzer/bmon/bmon-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit autotools git-r3 linux-info toolchain-funcs @@ -20,7 +20,7 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig" -DOCS=( ChangeLog ) +DOCS=( ChangeLog NEWS README ) CONFIG_CHECK="~NET_SCHED" ERROR_NET_SCHED=" |