Diff bmon-4.0 with a bmon-999

/usr/portage/net-analyzer/bmon/bmon-999.ebuild 2023-10-09 14:52:33.308368446 +0300
3 3

  
4 4
EAPI=7
5 5

  
6
inherit autotools linux-info toolchain-funcs
6
inherit autotools git-r3 linux-info toolchain-funcs
7 7

  
8 8
DESCRIPTION="Interface bandwidth monitor"
9 9
HOMEPAGE="http://www.infradead.org/~tgr/bmon/ https://github.com/tgraf/bmon/"
10
SRC_URI="https://codeload.github.com/tgraf/${PN}/tar.gz/v${PV} -> ${P}.tar.gz"
10
EGIT_REPO_URI="https://github.com/tgraf/bmon/"
11 11

  
12 12
LICENSE="BSD-2 MIT"
13 13
SLOT="0"
14
KEYWORDS="amd64 ~arm ~hppa ~ppc ppc64 ~riscv ~sparc x86"
15 14

  
16 15
RDEPEND="
17 16
	>=sys-libs/ncurses-5.3-r2:0=
......
28 27
	CONFIG_NET_SCHED is not set when it should be.
29 28
	Run ${PN} -i proc to use the deprecated proc interface instead.
30 29
"
31

  
32 30
PATCHES=(
33 31
	"${FILESDIR}"/${PN}-3.6-docdir-examples.patch
34 32
)
Thank you!