Diff astromenace-1.4.2-r1 with a astromenace-1.4.3

/usr/portage/games-action/astromenace/astromenace-1.4.3.ebuild 2025-07-29 16:22:14.272455087 +0300
1
# Copyright 1999-2023 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
......
26 26
"
27 27
RDEPEND="${DEPEND}"
28 28

  
29
PATCHES=(
30
	"${FILESDIR}"/${P}-gcc13.patch
31
	"${FILESDIR}"/${P}-odr.patch
32
)
33

  
34 29
src_prepare() {
35 30
	cmake_src_prepare
36 31

  
Thank you!