summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-09-01 16:40:31 +0000
committerMichał Górny <mgorny@gentoo.org>2014-09-01 16:40:31 +0000
commitf3f8b2916c06586e5e61bee4563038673f78d511 (patch)
treec2228f375bbbd3fbed64422f37e37fdec4696023 /sci-physics/root
parentBump to 0.16.2, thanks to Nikoli. (diff)
downloadgentoo-2-f3f8b2916c06586e5e61bee4563038673f78d511.tar.gz
gentoo-2-f3f8b2916c06586e5e61bee4563038673f78d511.tar.bz2
gentoo-2-f3f8b2916c06586e5e61bee4563038673f78d511.zip
Remove := subslot operator from || () block since it is meaningless and broken.
(Portage version: 2.2.11_p178/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'sci-physics/root')
-rw-r--r--sci-physics/root/ChangeLog7
-rw-r--r--sci-physics/root/root-5.34.18-r1.ebuild4
-rw-r--r--sci-physics/root/root-5.34.18.ebuild4
3 files changed, 10 insertions, 5 deletions
diff --git a/sci-physics/root/ChangeLog b/sci-physics/root/ChangeLog
index 9492f3ad78c4..3a3d2bc6d864 100644
--- a/sci-physics/root/ChangeLog
+++ b/sci-physics/root/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-physics/root
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.131 2014/03/27 18:51:54 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.132 2014/09/01 16:40:31 mgorny Exp $
+
+ 01 Sep 2014; Michał Górny <mgorny@gentoo.org> root-5.34.18-r1.ebuild,
+ root-5.34.18.ebuild:
+ Remove := subslot operator from || () block since it is meaningless and
+ broken.
27 Mar 2014; Sébastien Fabbro <bicatali@gentoo.org> root-5.34.18-r1.ebuild:
Uncomment inadvertently commented out user and group creation
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= )
diff --git a/sci-physics/root/root-5.34.18.ebuild b/sci-physics/root/root-5.34.18.ebuild
index 84c87f1a9c74..43cfbba2f934 100644
--- a/sci-physics/root/root-5.34.18.ebuild
+++ b/sci-physics/root/root-5.34.18.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.ebuild,v 1.1 2014/03/18 19:23:55 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.34.18.ebuild,v 1.2 2014/09/01 16:40:31 mgorny Exp $
EAPI=5
@@ -109,7 +109,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= )