diff options
Diffstat (limited to 'sci-physics/root/root-5.34.18-r1.ebuild')
-rw-r--r-- | sci-physics/root/root-5.34.18-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-physics/root/root-5.34.18-r1.ebuild b/sci-physics/root/root-5.34.18-r1.ebuild index fe3f2d2a8c23..b96a860ff00a 100644 --- a/sci-physics/root/root-5.34.18-r1.ebuild +++ b/sci-physics/root/root-5.34.18-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.34.18-r1.ebuild,v 1.3 2014/03/27 18:51:54 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.34.18-r1.ebuild,v 1.4 2014/09/01 16:40:31 mgorny Exp $ EAPI=5 @@ -86,7 +86,7 @@ CDEPEND=" mpi? ( virtual/mpi ) ) mysql? ( virtual/mysql ) - odbc? ( || ( dev-db/libiodbc:0= dev-db/unixODBC:0= ) ) + odbc? ( || ( dev-db/libiodbc:0 dev-db/unixODBC:0 ) ) oracle? ( dev-db/oracle-instantclient-basic:0= ) postgres? ( dev-db/postgresql-base:= ) pythia6? ( sci-physics/pythia:6= ) |