diff options
Diffstat (limited to 'dev-db/tora/tora-9999.ebuild')
-rw-r--r-- | dev-db/tora/tora-9999.ebuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/dev-db/tora/tora-9999.ebuild b/dev-db/tora/tora-9999.ebuild index 6970c22b8ba..8867f7b2431 100644 --- a/dev-db/tora/tora-9999.ebuild +++ b/dev-db/tora/tora-9999.ebuild @@ -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 |