Diff ibus-handwrite-3.0.0-r1 with a ibus-handwrite-3.0.0-r2

/usr/portage/app-i18n/ibus-handwrite/ibus-handwrite-3.0.0-r2.ebuild 2025-07-29 16:22:12.568448039 +0300
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2025 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
DESCRIPTION="Hand write recognition/input for IBus"
7 7
HOMEPAGE="https://github.com/microcai/ibus-handwrite"
......
27 27
	"${FILESDIR}"/${PN}-blink.patch
28 28
	"${FILESDIR}"/${PN}-headers.patch
29 29
	"${FILESDIR}"/${PN}-nested-function.patch
30
	"${FILESDIR}"/${P}-fix-compile.patch
30 31
)
31 32

  
32 33
src_configure() {
Thank you!