Skip to content

Commit

Permalink
dev-db/tora: Depend on x11-libs/qscintilla[qt4]
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: gentoo#3188
  • Loading branch information
SoapGentoo committed Dec 22, 2016
1 parent cb3d1cf commit 35546a1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,13 @@ KEYWORDS="~amd64 ~x86"

RDEPEND="
dev-libs/ferrisloki
x11-libs/qscintilla
x11-libs/qscintilla:=[qt4(-)]
dev-qt/qtgui:4
dev-qt/qtsql:4[mysql?,postgres?]
dev-qt/qtxmlpatterns:4
=dev-db/oracle-instantclient-basic-11*
postgres? ( dev-db/postgresql )
postgres? ( dev-db/postgresql:* )
"

DEPEND="
virtual/pkgconfig
${RDEPEND}
Expand Down
12 changes: 7 additions & 5 deletions dev-db/tora/tora-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,19 @@ SLOT="0"
LICENSE="GPL-2"
KEYWORDS=""

DEPEND="
virtual/pkgconfig
RDEPEND="
dev-libs/ferrisloki
x11-libs/qscintilla
x11-libs/qscintilla:=[qt4(-)]
dev-qt/qtgui:4
dev-qt/qtsql:4[mysql?,postgres?]
dev-qt/qtxmlpatterns:4
oci8-instant-client? ( dev-db/oracle-instantclient-basic )
postgres? ( dev-db/postgresql )
postgres? ( dev-db/postgresql:* )
"
DEPEND="
virtual/pkgconfig
${RDEPEND}
"
RDEPEND="${DEPEND}"

pkg_setup() {
if ( use oracle || use oci8-instant-client ) && [ -z "$ORACLE_HOME" ] ; then
Expand Down

0 comments on commit 35546a1

Please sign in to comment.