Diff nlopt-2.7.1-r1 with a nlopt-2.7.1-r2

/usr/portage/sci-libs/nlopt/nlopt-2.7.1-r2.ebuild 2023-10-09 14:52:35.088368491 +0300
3 3

  
4 4
EAPI=8
5 5

  
6
PYTHON_COMPAT=( python3_{9..10} )
6
PYTHON_COMPAT=( python3_{9..11} )
7 7
FORTRAN_NEEDED="test"
8 8

  
9 9
inherit python-r1 cmake fortran-2
......
21 21

  
22 22
RDEPEND="
23 23
	guile? ( dev-scheme/guile:* )
24
	octave? ( >=sci-mathematics/octave-6 )
24
	octave? ( >=sci-mathematics/octave-6:= )
25 25
	python? (
26 26
		${PYTHON_DEPS}
27 27
		dev-python/numpy[${PYTHON_USEDEP}]
Thank you!