Gentoo Archives: gentoo-commits

From: Guilherme Amadio <amadio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/root/
Date: Mon, 28 Jun 2021 19:42:52
Message-Id: 1624908954.8ba292d38f8e115f923656a50f92b41118f5731c.amadio@gentoo
1 commit: 8ba292d38f8e115f923656a50f92b41118f5731c
2 Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 28 19:35:54 2021 +0000
4 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 28 19:35:54 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ba292d3
7
8 sci-physics/root: QA: fix multiple deps in one line
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>
12
13 sci-physics/root/root-6.22.08-r2.ebuild | 7 ++++++-
14 sci-physics/root/root-6.24.02-r1.ebuild | 7 ++++++-
15 sci-physics/root/root-6.24.9999.ebuild | 7 ++++++-
16 sci-physics/root/root-9999.ebuild | 7 ++++++-
17 4 files changed, 24 insertions(+), 4 deletions(-)
18
19 diff --git a/sci-physics/root/root-6.22.08-r2.ebuild b/sci-physics/root/root-6.22.08-r2.ebuild
20 index 1d4557c0adb..b7c414808d0 100644
21 --- a/sci-physics/root/root-6.22.08-r2.ebuild
22 +++ b/sci-physics/root/root-6.22.08-r2.ebuild
23 @@ -83,7 +83,12 @@ CDEPEND="
24 minuit? ( !sci-libs/minuit )
25 mpi? ( virtual/mpi )
26 mysql? ( dev-db/mysql-connector-c )
27 - odbc? ( || ( dev-db/libiodbc dev-db/unixODBC ) )
28 + odbc? (
29 + || (
30 + dev-db/libiodbc
31 + dev-db/unixODBC
32 + )
33 + )
34 oracle? ( dev-db/oracle-instantclient-basic )
35 postgres? ( dev-db/postgresql:= )
36 pythia6? ( sci-physics/pythia:6 )
37
38 diff --git a/sci-physics/root/root-6.24.02-r1.ebuild b/sci-physics/root/root-6.24.02-r1.ebuild
39 index 8ec7d9abcef..00c2a627b4d 100644
40 --- a/sci-physics/root/root-6.24.02-r1.ebuild
41 +++ b/sci-physics/root/root-6.24.02-r1.ebuild
42 @@ -85,7 +85,12 @@ CDEPEND="
43 minuit? ( !sci-libs/minuit )
44 mpi? ( virtual/mpi )
45 mysql? ( dev-db/mysql-connector-c )
46 - odbc? ( || ( dev-db/libiodbc dev-db/unixODBC ) )
47 + odbc? (
48 + || (
49 + dev-db/libiodbc
50 + dev-db/unixODBC
51 + )
52 + )
53 oracle? ( dev-db/oracle-instantclient-basic )
54 postgres? ( dev-db/postgresql:= )
55 pythia6? ( sci-physics/pythia:6 )
56
57 diff --git a/sci-physics/root/root-6.24.9999.ebuild b/sci-physics/root/root-6.24.9999.ebuild
58 index 499d8ead6b5..e91fa0be492 100644
59 --- a/sci-physics/root/root-6.24.9999.ebuild
60 +++ b/sci-physics/root/root-6.24.9999.ebuild
61 @@ -96,7 +96,12 @@ CDEPEND="
62 minuit? ( !sci-libs/minuit )
63 mpi? ( virtual/mpi )
64 mysql? ( dev-db/mysql-connector-c )
65 - odbc? ( || ( dev-db/libiodbc dev-db/unixODBC ) )
66 + odbc? (
67 + || (
68 + dev-db/libiodbc
69 + dev-db/unixODBC
70 + )
71 + )
72 oracle? ( dev-db/oracle-instantclient-basic )
73 postgres? ( dev-db/postgresql:= )
74 pythia6? ( sci-physics/pythia:6 )
75
76 diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-9999.ebuild
77 index 499d8ead6b5..e91fa0be492 100644
78 --- a/sci-physics/root/root-9999.ebuild
79 +++ b/sci-physics/root/root-9999.ebuild
80 @@ -96,7 +96,12 @@ CDEPEND="
81 minuit? ( !sci-libs/minuit )
82 mpi? ( virtual/mpi )
83 mysql? ( dev-db/mysql-connector-c )
84 - odbc? ( || ( dev-db/libiodbc dev-db/unixODBC ) )
85 + odbc? (
86 + || (
87 + dev-db/libiodbc
88 + dev-db/unixODBC
89 + )
90 + )
91 oracle? ( dev-db/oracle-instantclient-basic )
92 postgres? ( dev-db/postgresql:= )
93 pythia6? ( sci-physics/pythia:6 )