Diff root-6.30.08 with a root-9999

/usr/portage/sci-physics/root/root-9999.ebuild 2024-12-25 14:59:52.727270181 +0300
16 16

  
17 17
IUSE="+X aqua +asimage cuda cudnn +davix debug +examples fits fftw fortran
18 18
	+gdml graphviz +gsl +http jupyter libcxx +minuit mpi mysql odbc +opengl
19
	oracle postgres pythia6 pythia8 +python qt5 qt6 R +roofit +root7 shadow
20
	sqlite +ssl +tbb test +tmva +unuran uring vc +xml xrootd"
19
	postgres pythia8 +python qt6 R +roofit +root7 shadow sqlite +ssl
20
	+tbb test +tmva +unuran uring vc +xml xrootd"
21 21

  
22 22
if [[ ${PV} =~ "9999" ]] ; then
23 23
	inherit git-r3
......
40 40
REQUIRED_USE="
41 41
	cuda? ( tmva )
42 42
	cudnn? ( cuda )
43
	!X? ( !asimage !opengl !qt5 !qt6 )
43
	!X? ( !asimage !opengl !qt6 )
44 44
	davix? ( ssl xml )
45 45
	jupyter? ( python )
46 46
	python? ( ${PYTHON_REQUIRED_USE} )
47
	qt5? ( root7 http )
48 47
	qt6? ( root7 http )
49 48
	roofit? ( minuit )
50 49
	tmva? ( gsl python )
......
77 76
			virtual/glu
78 77
			x11-libs/gl2ps:0=
79 78
		)
80
		qt5? (
81
			dev-qt/qtcore:5
82
			dev-qt/qtwebengine:5[widgets]
83
		)
84 79
		qt6? (
85 80
			dev-qt/qtbase:6
86 81
			dev-qt/qtwebengine:6[widgets]
87 82
		)
88 83
	)
89
	asimage? ( media-libs/libafterimage[gif,jpeg,png,tiff] )
90 84
	cuda? ( >=dev-util/nvidia-cuda-toolkit-9.0 )
91 85
	cudnn? ( dev-libs/cudnn )
92 86
	davix? ( net-libs/davix )
......
105 99
			dev-db/unixODBC
106 100
		)
107 101
	)
108
	oracle? ( dev-db/oracle-instantclient[sdk] )
109 102
	postgres? ( dev-db/postgresql:= )
110
	pythia6? ( sci-physics/pythia:6 )
111 103
	pythia8? ( sci-physics/pythia:8 )
112 104
	python? ( ${PYTHON_DEPS} )
113 105
	R? ( dev-lang/R )
......
208 200
		-Dcoverage=OFF
209 201
		-Ddev=OFF
210 202
		-Ddistcc=OFF
211
		-Dexceptions=ON
212 203
		-Dfail-on-missing=ON
213 204
		-Dgnuinstall=ON
214 205
		-Dgminimal=OFF
......
218 209
		-Dbuiltin_clang=ON
219 210
		-Dbuiltin_cling=ON
220 211
		-Dbuiltin_openui5=ON
221
		-Dbuiltin_afterimage=OFF
222 212
		-Dbuiltin_cfitsio=OFF
223 213
		-Dbuiltin_cppzmq=OFF
224 214
		-Dbuiltin_davix=OFF
......
261 251
		-Dfitsio=$(usex fits)
262 252
		-Dfortran=$(usex fortran)
263 253
		-Dgdml=$(usex gdml)
264
		-Dgfal=OFF
265 254
		-Dgviz=$(usex graphviz)
266 255
		-Dhttp=$(usex http)
267 256
		-Dimt=$(usex tbb)
268
		-Djemalloc=OFF
269 257
		-Dlibcxx=$(usex libcxx)
270 258
		-Dmathmore=$(usex gsl)
271 259
		-Dminuit=$(usex minuit)
272
		-Dminuit2=$(usex minuit)
273 260
		-Dmlp=$(usex tmva)
274
		-Dmonalisa=OFF
275 261
		-Dmpi=$(usex mpi)
276 262
		-Dmysql=$(usex mysql)
277 263
		-Dodbc=$(usex odbc)
278 264
		-Dopengl=$(usex opengl)
279
		-Doracle=$(usex oracle)
280 265
		-Dpgsql=$(usex postgres)
281 266
		-Dpyroot=$(usex python) # python was renamed to pyroot
282
		-Dpyroot_legacy=OFF
283
		-Dpythia6=$(usex pythia6)
284 267
		-Dpythia8=$(usex pythia8)
285
		-Dqt5web=$(usex qt5)
268
		-Dqt5web=OFF # $(usex qt5)
286 269
		-Dqt6web=$(usex qt6)
287 270
		-Dr=$(usex R)
288 271
		-Droofit=$(usex roofit)
......
297 280
		-Dspectrum=ON
298 281
		-Dsqlite=$(usex sqlite)
299 282
		-Dssl=$(usex ssl)
300
		-Dtcmalloc=OFF
301 283
		-Dtest_distrdf_dask=OFF
302 284
		-Dtest_distrdf_pyspark=OFF
303 285
		-Dtesting=$(usex test)
Thank you!