Diff bvi-1.4.1 with a bvi-1.4.2

/usr/portage/app-editors/bvi/bvi-1.4.2.ebuild 2023-10-09 14:52:28.272368319 +0300
1
# Copyright 1999-2021 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

  
6
inherit flag-o-matic
5 7

  
6 8
DESCRIPTION="Display-oriented editor for binary files, based on the vi texteditor"
7 9
HOMEPAGE="http://bvi.sourceforge.net/"
......
14 16

  
15 17
DEPEND="sys-libs/ncurses:0="
16 18
RDEPEND="${DEPEND}"
19

  
20
src_configure() {
21
	append-cflags -DANSI -std=gnu89
22
	default
23
}
Thank you!