Diff notion-4.0.2_p20220613 with a notion-4.0.3

/usr/portage/x11-wm/notion/notion-4.0.3.ebuild 2025-07-29 16:22:17.980470423 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
45 45
	${LUA_DEPS}
46 46
	virtual/pkgconfig"
47 47

  
48
PATCHES=(
49
	"${FILESDIR}"/${PN}-4.0.2-gcc14-build-fix.patch
50
)
51

  
48 52
src_configure() {
49 53
	tc-export AR CC PKG_CONFIG
50 54
	export INSTALL_STRIP=""
Thank you!