--- /usr/portage/sci-libs/root/root-4.02.00.ebuild 2005-07-28 23:05:55.000000000 +0200 +++ root-5.04.00.ebuild 2005-10-15 12:36:26.000000000 +0200 @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/root/root-4.02.00.ebuild,v 1.5 2005/07/28 21:02:26 caleb Exp $ +# $Header: $ inherit flag-o-matic eutils @@ -12,7 +12,7 @@ HOMEPAGE="http://root.cern.ch/" SLOT="0" -LICENSE="as-is" +LICENSE="LGPL-2" KEYWORDS="x86 -sparc -ppc" IUSE="afs kerberos ldap mysql opengl postgres python qt" @@ -164,9 +164,15 @@ --disable-srp \ --disable-table \ --enable-thread \ + --enable-mathcore \ + --enable-mathmore \ + --enable-reflex \ + --enable-cintex \ + --enable-roofit \ $USEVENUS \ ${myconf} || die "configure failed" - emake OPT="$CFLAGS" || die "make failed" + #-j1 or we will have problems with --enable-mathmore + emake -j1 OPT="$CFLAGS" || die "make failed" } src_install() {