Diff grace-5.1.25_p13-r1 with a grace-5.1.25_p13-r2

/usr/portage/sci-visualization/grace/grace-5.1.25_p13-r2.ebuild 2023-10-09 14:52:35.264368496 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
34 34
S="${WORKDIR}/${P/_p*}"
35 35

  
36 36
PATCHES=(
37
	# fix for missing defines when fortran is disabled
37
	# Fix for missing defines when fortran is disabled
38 38
	"${FILESDIR}"/${PN}-5.1.21-fortran.patch
39
	# fix a leak (from freebsd)
39
	# Fix a leak (from freebsd)
40 40
	"${FILESDIR}"/${PN}-5.1.22-dlmodule.patch
41
	# Honor -noask option and avoid accidentally overwritting files
42
	"${FILESDIR}"/${PN}-5.1.25-honor-noask.patch
43
	# Fix C99 compat (from Fedora)
44
	"${FILESDIR}"/${PN}-c99.patch
41 45
)
42 46

  
43 47
pkg_setup() {
Thank you!