From 7ed79edb194c4c6625804dad7ca17109ef56967a Mon Sep 17 00:00:00 2001 From: Andrew Savchenko Date: Sat, 21 Jul 2012 21:11:40 +0400 Subject: sci-physics/root: fix bug 426432 --- sci-physics/root/root-9999.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sci-physics/root/root-9999.ebuild') diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-9999.ebuild index 689046eff..d28ef75f9 100644 --- a/sci-physics/root/root-9999.ebuild +++ b/sci-physics/root/root-9999.ebuild @@ -39,7 +39,7 @@ SLOT="0" LICENSE="LGPL-2.1" IUSE="+X afs avahi -c++0x clarens doc emacs examples fits fftw graphviz htmldoc kerberos ldap llvm +math mpi mysql odbc +opengl openmp oracle postgres prefix - pythia6 pythia8 python qt4 +reflex ruby ssl xft xinetd xml xrootd" + pythia6 pythia8 python qt4 +reflex ruby ssl xinetd xml xrootd" CDEPEND=" app-arch/xz-utils @@ -71,7 +71,7 @@ CDEPEND=" x11-libs/qt-svg:4 x11-libs/qt-webkit:4 x11-libs/qt-xmlpatterns:4 ) - xft? ( x11-libs/libXft ) + x11-libs/libXft ) afs? ( net-fs/openafs ) avahi? ( net-dns/avahi ) @@ -109,7 +109,7 @@ RDEPEND=" PDEPEND="htmldoc? ( ~app-doc/root-docs-${PV} )" REQUIRED_USE=" - !X? ( !opengl !qt4 !xft ) + !X? ( !opengl !qt4 ) mpi? ( math !openmp ) openmp? ( math !mpi )" @@ -241,6 +241,7 @@ src_configure() { --fail-on-missing \ $(use_enable X x11) \ $(use_enable X asimage) \ + $(use_enable X xft) \ $(use_enable afs) \ $(use_enable avahi bonjour) \ $(use_enable clarens) \ @@ -272,7 +273,6 @@ src_configure() { $(use_enable reflex) \ $(use_enable ruby) \ $(use_enable ssl) \ - $(use_enable xft) \ $(use_enable xml) \ $(use_enable xrootd) \ ${EXTRA_ECONF} \ -- cgit v1.2.3-18-g5258