commit:     8cb7209bd1e5f944228a9a823856d099cf87ba7f
Author:     Guilherme Amadio <amadio <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  2 15:29:07 2024 +0000
Commit:     Guilherme Amadio <amadio <AT> gentoo <DOT> org>
CommitDate: Tue Dec  3 14:19:12 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cb7209b

sci-physics/root: remove USE=qt5 from live ebuilds

Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>

 sci-physics/root/root-6.34.9999.ebuild | 11 +++--------
 sci-physics/root/root-9999.ebuild      | 11 +++--------
 2 files changed, 6 insertions(+), 16 deletions(-)

diff --git a/sci-physics/root/root-6.34.9999.ebuild 
b/sci-physics/root/root-6.34.9999.ebuild
index f0e0690cfb51..0c7cfa523aa8 100644
--- a/sci-physics/root/root-6.34.9999.ebuild
+++ b/sci-physics/root/root-6.34.9999.ebuild
@@ -16,7 +16,7 @@ LICENSE="LGPL-2.1 freedist MSttfEULA LGPL-3 libpng UoI-NCSA"
 
 IUSE="+X aqua +asimage cuda cudnn +davix debug +examples fits fftw fortran
        +gdml graphviz +gsl +http jupyter libcxx +minuit mpi mysql odbc +opengl
-       postgres pythia8 +python qt5 qt6 R +roofit +root7 shadow sqlite +ssl
+       postgres pythia8 +python qt6 R +roofit +root7 shadow sqlite +ssl
        +tbb test +tmva +unuran uring vc +xml xrootd"
 
 if [[ ${PV} =~ "9999" ]] ; then
@@ -40,11 +40,10 @@ PROPERTIES="test_network"
 REQUIRED_USE="
        cuda? ( tmva )
        cudnn? ( cuda )
-       !X? ( !asimage !opengl !qt5 !qt6 )
+       !X? ( !asimage !opengl !qt6 )
        davix? ( ssl xml )
        jupyter? ( python )
        python? ( ${PYTHON_REQUIRED_USE} )
-       qt5? ( root7 http )
        qt6? ( root7 http )
        roofit? ( minuit )
        tmva? ( gsl python )
@@ -77,10 +76,6 @@ CDEPEND="
                        virtual/glu
                        x11-libs/gl2ps:0=
                )
-               qt5? (
-                       dev-qt/qtcore:5
-                       dev-qt/qtwebengine:5[widgets]
-               )
                qt6? (
                        dev-qt/qtbase:6
                        dev-qt/qtwebengine:6[widgets]
@@ -270,7 +265,7 @@ src_configure() {
                -Dpgsql=$(usex postgres)
                -Dpyroot=$(usex python) # python was renamed to pyroot
                -Dpythia8=$(usex pythia8)
-               -Dqt5web=$(usex qt5)
+               -Dqt5web=OFF # $(usex qt5)
                -Dqt6web=$(usex qt6)
                -Dr=$(usex R)
                -Droofit=$(usex roofit)

diff --git a/sci-physics/root/root-9999.ebuild 
b/sci-physics/root/root-9999.ebuild
index f0e0690cfb51..0c7cfa523aa8 100644
--- a/sci-physics/root/root-9999.ebuild
+++ b/sci-physics/root/root-9999.ebuild
@@ -16,7 +16,7 @@ LICENSE="LGPL-2.1 freedist MSttfEULA LGPL-3 libpng UoI-NCSA"
 
 IUSE="+X aqua +asimage cuda cudnn +davix debug +examples fits fftw fortran
        +gdml graphviz +gsl +http jupyter libcxx +minuit mpi mysql odbc +opengl
-       postgres pythia8 +python qt5 qt6 R +roofit +root7 shadow sqlite +ssl
+       postgres pythia8 +python qt6 R +roofit +root7 shadow sqlite +ssl
        +tbb test +tmva +unuran uring vc +xml xrootd"
 
 if [[ ${PV} =~ "9999" ]] ; then
@@ -40,11 +40,10 @@ PROPERTIES="test_network"
 REQUIRED_USE="
        cuda? ( tmva )
        cudnn? ( cuda )
-       !X? ( !asimage !opengl !qt5 !qt6 )
+       !X? ( !asimage !opengl !qt6 )
        davix? ( ssl xml )
        jupyter? ( python )
        python? ( ${PYTHON_REQUIRED_USE} )
-       qt5? ( root7 http )
        qt6? ( root7 http )
        roofit? ( minuit )
        tmva? ( gsl python )
@@ -77,10 +76,6 @@ CDEPEND="
                        virtual/glu
                        x11-libs/gl2ps:0=
                )
-               qt5? (
-                       dev-qt/qtcore:5
-                       dev-qt/qtwebengine:5[widgets]
-               )
                qt6? (
                        dev-qt/qtbase:6
                        dev-qt/qtwebengine:6[widgets]
@@ -270,7 +265,7 @@ src_configure() {
                -Dpgsql=$(usex postgres)
                -Dpyroot=$(usex python) # python was renamed to pyroot
                -Dpythia8=$(usex pythia8)
-               -Dqt5web=$(usex qt5)
+               -Dqt5web=OFF # $(usex qt5)
                -Dqt6web=$(usex qt6)
                -Dr=$(usex R)
                -Droofit=$(usex roofit)

Reply via email to