Diff sundials-6.2.0 with a sundials-6.5.0

/usr/portage/sci-libs/sundials/sundials-6.5.0.ebuild 2023-10-09 14:52:35.096368491 +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
......
84 84
		)
85 85
		if use fortran; then
86 86
			mycmakeargs+=(
87
				-DEXAMPLES_ENABLE_F77=ON
88
				-DEXAMPLES_ENABLE_F90=ON
89 87
				-DEXAMPLES_ENABLE_F2003=ON
90 88
			)
91 89
		fi
Thank you!