Gentoo Archives: gentoo-commits

From: Michael Haubenwallner <haubi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/tora/
Date: Fri, 23 Apr 2021 06:53:14
Message-Id: 1619160348.fa66b59ed6831236ca6781b90335db431aa7147d.haubi@gentoo
1 commit: fa66b59ed6831236ca6781b90335db431aa7147d
2 Author: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 23 06:14:05 2021 +0000
4 Commit: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 23 06:45:48 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa66b59e
7
8 dev-db/tora: drop obsolete oracle-instantclient dep
9
10 Package-Manager: Portage-3.0.17, Repoman-3.0.2
11 Signed-off-by: Michael Haubenwallner <haubi <AT> gentoo.org>
12
13 dev-db/tora/tora-3.2-r1.ebuild | 2 +-
14 dev-db/tora/tora-9999.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-db/tora/tora-3.2-r1.ebuild b/dev-db/tora/tora-3.2-r1.ebuild
18 index 31c8b866811..b653ad25405 100644
19 --- a/dev-db/tora/tora-3.2-r1.ebuild
20 +++ b/dev-db/tora/tora-3.2-r1.ebuild
21 @@ -30,7 +30,7 @@ RDEPEND="
22 dev-qt/qtsql:5[mysql?,postgres?]
23 dev-qt/qtwidgets:5
24 >=x11-libs/qscintilla-2.10.1:=[qt5(+)]
25 - oracle? ( || ( =dev-db/oracle-instantclient-basic-11* dev-db/oracle-instantclient ) )
26 + oracle? ( dev-db/oracle-instantclient )
27 postgres? ( dev-db/postgresql:* )
28 "
29 DEPEND="${RDEPEND}
30
31 diff --git a/dev-db/tora/tora-9999.ebuild b/dev-db/tora/tora-9999.ebuild
32 index 1aa682ceab1..d1bf824895b 100644
33 --- a/dev-db/tora/tora-9999.ebuild
34 +++ b/dev-db/tora/tora-9999.ebuild
35 @@ -30,7 +30,7 @@ RDEPEND="
36 dev-qt/qtsql:5[mysql?,postgres?]
37 dev-qt/qtwidgets:5
38 >=x11-libs/qscintilla-2.10.1:=[qt5(+)]
39 - oracle? ( || ( =dev-db/oracle-instantclient-basic-11* dev-db/oracle-instantclient ) )
40 + oracle? ( dev-db/oracle-instantclient )
41 postgres? ( dev-db/postgresql:* )
42 "
43 DEPEND="${RDEPEND}