Diff stellarium-23.1 with a stellarium-23.2-r1

/usr/portage/sci-astronomy/stellarium/stellarium-23.2-r1.ebuild 2023-10-09 14:52:34.992368489 +0300
26 26
		https://github.com/Stellarium/stellarium-data/releases/download/stars-2.0/stars_6_2v0_1.cat
27 27
		https://github.com/Stellarium/stellarium-data/releases/download/stars-2.0/stars_7_2v0_1.cat
28 28
		https://github.com/Stellarium/stellarium-data/releases/download/stars-2.0/stars_8_2v0_1.cat
29
	)
30
	telescope? (
31
		https://github.com/indilib/indi/archive/v1.8.5.tar.gz -> indilib-1.8.5.tar.gz
29 32
	)"
30 33

  
31 34
LICENSE="GPL-2+ SGI-B-2.0"
32 35
SLOT="0"
33
KEYWORDS="amd64 ~ppc ppc64 ~riscv ~x86"
36
KEYWORDS="~amd64 ~ppc ~ppc64 ~riscv ~x86"
34 37
IUSE="debug deep-sky doc gps media nls qt6 +scripting +show-my-sky stars telescope test webengine +xlsx"
35 38

  
36 39
# Python interpreter is used while building RemoteControl plugin
......
85 88
		webengine? ( dev-qt/qtwebengine:6[widgets] )
86 89
		xlsx? ( dev-libs/qxlsx:=[qt6] )
87 90
	)
88
	telescope? ( sci-libs/indilib:= )
89 91
"
90 92
DEPEND="${RDEPEND}
91 93
	!qt6? (
......
149 151
		-DUSE_PLUGIN_TELESCOPECONTROL="$(usex telescope)"
150 152
		"$(cmake_use_find_package doc Doxygen)"
151 153
	)
154
	if use telescope; then
155
		# https://bugs.gentoo.org/913177
156
		mycmakeargs+=(
157
			-DPREFER_SYSTEM_INDILIB=no
158
			-DCPM_indiclient_SOURCE="${WORKDIR}/indi-1.8.5"
159
		)
160
	fi
152 161
	cmake_src_configure
153 162
}
154 163

  
Thank you!