diff options
author | Justin Lecher <jlec@gentoo.org> | 2016-07-02 10:01:53 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2016-07-02 10:01:53 +0100 |
commit | 9fb26a348d51c5ccac4fc0cef37f50a38b929416 (patch) | |
tree | 5a0ec491166b5bb61a209c0135bab861c0224ff3 /sci-physics | |
parent | Drop unknown dependency (diff) | |
download | sci-9fb26a348d51c5ccac4fc0cef37f50a38b929416.tar.gz sci-9fb26a348d51c5ccac4fc0cef37f50a38b929416.tar.bz2 sci-9fb26a348d51c5ccac4fc0cef37f50a38b929416.zip |
sci-physics/root fix := under || clause
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/root/root-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-9999.ebuild index 14d468ac5..f73968097 100644 --- a/sci-physics/root/root-9999.ebuild +++ b/sci-physics/root/root-9999.ebuild @@ -91,7 +91,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:= ) pythia6? ( sci-physics/pythia:6= ) |