Сравнение grass-8.4.2 с grass-9999

/usr/portage/sci-geosciences/grass/grass-9999.ebuild 2025-12-16 18:18:05.419948645 +0300
1
# Copyright 1999-2026 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
......
30 30
	MY_P="${P/_rc/RC}"
31 31
	SRC_URI="https://grass.osgeo.org/${MY_PM}/source/${MY_P}.tar.gz"
32 32
	if [[ ${PV} != *_rc* ]] ; then
33
		KEYWORDS="amd64 ~ppc ~x86"
33
		KEYWORDS="~amd64 ~ppc ~x86"
34 34
	fi
35 35

  
36 36
	S="${WORKDIR}/${MY_P}"
......
112 112
	virtual/pkgconfig
113 113
	X? ( dev-lang/swig )"
114 114

  
115
PATCHES=(
116
	# bug 746590
117
	"${FILESDIR}/${PN}-flock.patch"
118
)
119

  
120 115
pkg_pretend() {
121 116
	[[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
122 117
}
Спасибо!