Diff evtest-1.33 with a evtest-1.34

/usr/portage/app-misc/evtest/evtest-1.34.ebuild 2023-10-09 14:52:28.796368333 +0300
1
# Copyright 1999-2020 Gentoo Authors
1
# Copyright 1999-2022 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=7
......
11 11

  
12 12
LICENSE="GPL-2"
13 13
SLOT="0"
14
KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc x86"
14
KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc x86"
15 15

  
16
BDEPEND="virtual/pkgconfig"
17

  
18
DEPEND="app-text/asciidoc
19
		app-text/xmlto"
16
BDEPEND="app-text/asciidoc
17
	app-text/xmlto
18
	virtual/pkgconfig"
20 19

  
21 20
S="${WORKDIR}/${PN}-${P}"
22 21

  
22
PATCHES=(
23
	"${FILESDIR}"/${P}-musl-include.patch
24
)
25

  
23 26
src_prepare() {
24 27
	default
25 28
	eautoreconf
Thank you!