summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2010-07-06 15:59:37 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2010-07-06 15:59:37 +0000
commitffb4355a84a2e6476c1ff394cdc29463e80e1cdf (patch)
tree3118c7ab6053520a364d37eb59a2ecce8344aca7 /sci-physics
parentKeyword ~ppc64 wrt #320429 (diff)
downloadgentoo-2-ffb4355a84a2e6476c1ff394cdc29463e80e1cdf.tar.gz
gentoo-2-ffb4355a84a2e6476c1ff394cdc29463e80e1cdf.tar.bz2
gentoo-2-ffb4355a84a2e6476c1ff394cdc29463e80e1cdf.zip
Added graphviz use flag
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-physics')
-rw-r--r--sci-physics/root/ChangeLog8
-rw-r--r--sci-physics/root/root-5.26.00-r4.ebuild6
2 files changed, 10 insertions, 4 deletions
diff --git a/sci-physics/root/ChangeLog b/sci-physics/root/ChangeLog
index d8a90134e280..121466473789 100644
--- a/sci-physics/root/ChangeLog
+++ b/sci-physics/root/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-physics/root
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.71 2010/06/25 22:13:38 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.72 2010/07/06 15:59:37 bicatali Exp $
+
+ 06 Jul 2010; Sébastien Fabbro <bicatali@gentoo.org>
+ root-5.26.00-r4.ebuild:
+ Added graphviz use flag
25 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
root-5.26.00-r4.ebuild:
@@ -21,7 +25,7 @@
22 Jun 2010; Sébastien Fabbro <bicatali@gentoo.org>
root-5.26.00-r3.ebuild:
Removed cint7 flag, discontinued effort, and does not compile (bug
- #324957])
+ #324957)
17 Jun 2010; Patrick Lauer <patrick@gentoo.org> root-5.22.00-r2.ebuild,
root-5.22.00-r3.ebuild, root-5.24.00-r1.ebuild, root-5.26.00-r2.ebuild,
diff --git a/sci-physics/root/root-5.26.00-r4.ebuild b/sci-physics/root/root-5.26.00-r4.ebuild
index 5d485caa4adc..74f3c51dba3e 100644
--- a/sci-physics/root/root-5.26.00-r4.ebuild
+++ b/sci-physics/root/root-5.26.00-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.26.00-r4.ebuild,v 1.3 2010/06/25 22:13:38 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.26.00-r4.ebuild,v 1.4 2010/07/06 15:59:37 bicatali Exp $
EAPI=3
@@ -26,7 +26,7 @@ SRC_URI="
SLOT="0"
LICENSE="LGPL-2.1"
KEYWORDS="~amd64 ~hppa ~sparc ~x86"
-IUSE="afs clarens doc emacs examples fftw geant4 kerberos ldap
+IUSE="afs clarens doc emacs examples fftw geant4 graphviz kerberos ldap
+math mysql odbc +opengl openmp oracle postgres pythia6 pythia8 python
+reflex ruby qt4 ssl xft xml xinetd xrootd"
@@ -49,6 +49,7 @@ CDEPEND=">=dev-lang/cfortran-4.4-r2
emacs? ( virtual/emacs )
fftw? ( sci-libs/fftw:3.0 )
geant4? ( sci-physics/geant:4 )
+ graphviz? ( media-gfx/graphviz )
kerberos? ( virtual/krb5 )
ldap? ( net-nds/openldap )
math? ( >=sci-libs/gsl-1.8 )
@@ -171,6 +172,7 @@ src_configure() {
$(use_enable clarens peac) \
$(use_enable fftw fftw3) \
$(use_enable geant4 g4root) \
+ $(use_enable graphviz gviz) \
$(use_enable kerberos krb5) \
$(use_enable ldap) \
$(use_enable math gsl-shared) \