summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorMichael Haubenwallner <haubi@gentoo.org>2021-04-23 08:14:05 +0200
committerMichael Haubenwallner <haubi@gentoo.org>2021-04-23 08:45:48 +0200
commitfa66b59ed6831236ca6781b90335db431aa7147d (patch)
tree228384ba41eac18101429e02ee27e22f53b8118b /dev-db
parentdev-db/tora: drop self as maintainer (diff)
downloadgentoo-fa66b59ed6831236ca6781b90335db431aa7147d.tar.gz
gentoo-fa66b59ed6831236ca6781b90335db431aa7147d.tar.bz2
gentoo-fa66b59ed6831236ca6781b90335db431aa7147d.zip
dev-db/tora: drop obsolete oracle-instantclient dep
Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/tora/tora-3.2-r1.ebuild2
-rw-r--r--dev-db/tora/tora-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/tora/tora-3.2-r1.ebuild b/dev-db/tora/tora-3.2-r1.ebuild
index 31c8b8668110..b653ad25405a 100644
--- a/dev-db/tora/tora-3.2-r1.ebuild
+++ b/dev-db/tora/tora-3.2-r1.ebuild
@@ -30,7 +30,7 @@ RDEPEND="
dev-qt/qtsql:5[mysql?,postgres?]
dev-qt/qtwidgets:5
>=x11-libs/qscintilla-2.10.1:=[qt5(+)]
- oracle? ( || ( =dev-db/oracle-instantclient-basic-11* dev-db/oracle-instantclient ) )
+ oracle? ( dev-db/oracle-instantclient )
postgres? ( dev-db/postgresql:* )
"
DEPEND="${RDEPEND}
diff --git a/dev-db/tora/tora-9999.ebuild b/dev-db/tora/tora-9999.ebuild
index 1aa682ceab18..d1bf824895be 100644
--- a/dev-db/tora/tora-9999.ebuild
+++ b/dev-db/tora/tora-9999.ebuild
@@ -30,7 +30,7 @@ RDEPEND="
dev-qt/qtsql:5[mysql?,postgres?]
dev-qt/qtwidgets:5
>=x11-libs/qscintilla-2.10.1:=[qt5(+)]
- oracle? ( || ( =dev-db/oracle-instantclient-basic-11* dev-db/oracle-instantclient ) )
+ oracle? ( dev-db/oracle-instantclient )
postgres? ( dev-db/postgresql:* )
"
DEPEND="${RDEPEND}