diff options
author | Guilherme Amadio <amadio@gentoo.org> | 2018-08-24 14:06:42 +0200 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2018-08-24 14:57:27 +0200 |
commit | 4b42c99db172146da240cb8588ef046702eca5c8 (patch) | |
tree | c44c1df25241856586a4901b53f6d0ff2ff686b3 /sci-physics/root/root-9999.ebuild | |
parent | sci-physics/root: drop old version (diff) | |
download | gentoo-4b42c99db172146da240cb8588ef046702eca5c8.tar.gz gentoo-4b42c99db172146da240cb8588ef046702eca5c8.tar.bz2 gentoo-4b42c99db172146da240cb8588ef046702eca5c8.zip |
sci-physics/root: drop support for Qt4
Support for Qt4 is deprecated upstream,
and Qt4 is no longer in the main tree.
Bug: https://bugs.gentoo.org/620754
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Diffstat (limited to 'sci-physics/root/root-9999.ebuild')
-rw-r--r-- | sci-physics/root/root-9999.ebuild | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-9999.ebuild index 9231a3e5261a..1c079990b6ce 100644 --- a/sci-physics/root/root-9999.ebuild +++ b/sci-physics/root/root-9999.ebuild @@ -29,13 +29,13 @@ HOMEPAGE="https://root.cern" IUSE="+X avahi aqua +asimage +davix emacs +examples fits fftw fortran +gdml graphviz +gsl http jemalloc kerberos ldap libcxx memstat +minuit mysql odbc +opengl oracle postgres prefix pythia6 pythia8 - +python qt4 qt5 R +roofit root7 shadow sqlite +ssl table +tbb test + +python qt5 R +roofit root7 shadow sqlite +ssl table +tbb test +threads +tiff +tmva +unuran vc xinetd +xml xrootd" LICENSE="LGPL-2.1 freedist MSttfEULA LGPL-3 libpng UoI-NCSA" REQUIRED_USE=" - !X? ( !asimage !opengl !qt4 !qt5 !tiff ) + !X? ( !asimage !opengl !qt5 !tiff ) python? ( ${PYTHON_REQUIRED_USE} ) tmva? ( gsl ) davix? ( ssl xml ) @@ -65,10 +65,6 @@ CDEPEND=" virtual/glu x11-libs/gl2ps:0= ) - qt4? ( - dev-qt/qtcore:4= - dev-qt/qtgui:4= - ) qt5? ( dev-qt/qtcore:5= dev-qt/qtgui:5= @@ -242,8 +238,8 @@ src_configure() { -Dpythia8=$(usex pythia8) -Dpython=$(usex python) -Dqt5web=$(usex qt5) - -Dqtgsi=$(usex qt4) - -Dqt=$(usex qt4) + -Dqtgsi=OFF + -Dqt=OFF -Drfio=OFF -Droofit=$(usex roofit) -Droot7=$(usex root7) |