From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2D2561382DE for ; Sat, 2 Jul 2016 09:02:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 783DB14088; Sat, 2 Jul 2016 09:02:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0E0E714088 for ; Sat, 2 Jul 2016 09:02:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BD302340E71 for ; Sat, 2 Jul 2016 09:02:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B3FF243E for ; Sat, 2 Jul 2016 09:02:48 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1467450113.9fb26a348d51c5ccac4fc0cef37f50a38b929416.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/root/ X-VCS-Repository: proj/sci X-VCS-Files: sci-physics/root/root-9999.ebuild X-VCS-Directories: sci-physics/root/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 9fb26a348d51c5ccac4fc0cef37f50a38b929416 X-VCS-Branch: master Date: Sat, 2 Jul 2016 09:02:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 451578e6-2c83-4496-b2d6-210616eb6275 X-Archives-Hash: 2f1741dd02ef7627606cd049bb64959a commit: 9fb26a348d51c5ccac4fc0cef37f50a38b929416 Author: Justin Lecher gentoo org> AuthorDate: Sat Jul 2 09:01:53 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Jul 2 09:01:53 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9fb26a34 sci-physics/root fix := under || clause Signed-off-by: Justin Lecher gentoo.org> sci-physics/root/root-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-9999.ebuild index 14d468a..f739680 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= )