Diff mtr-0.95 with a mtr-0.95-r1

/usr/portage/net-analyzer/mtr/mtr-0.95-r1.ebuild 2023-10-09 14:52:33.320368447 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6 6
inherit autotools bash-completion-r1 fcaps
7 7

  
......
28 28
		x11-libs/gtk+:3
29 29
	)
30 30
	jansson? ( dev-libs/jansson:= )
31
	ncurses? ( sys-libs/ncurses:0= )
31
	ncurses? ( sys-libs/ncurses:= )
32 32
"
33 33
DEPEND="${RDEPEND}"
34 34
BDEPEND="virtual/pkgconfig"
......
38 38

  
39 39
PATCHES=(
40 40
	"${FILESDIR}"/${PN}-0.88-tinfo.patch
41
	"${FILESDIR}"/${P}-fortify-source-3.patch
41 42
)
42 43

  
43 44
src_prepare() {
Thank you!