Diff ginkgo-1.4.0-r3 with a ginkgo-1.6.0

/usr/portage/sci-libs/ginkgo/ginkgo-1.6.0.ebuild 2023-10-09 14:52:35.072368491 +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
......
26 26
"
27 27
DEPEND="${RDEPEND}"
28 28

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

  
29 34
pkg_pretend() {
30 35
	[[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
31 36
}
Thank you!