dev-db/sqliteman: Depend on x11-libs/qscintilla[qt4]
authorDavid Seifert <soap@gentoo.org>
Thu, 22 Dec 2016 17:46:37 +0000 (18:46 +0100)
committerDavid Seifert <soap@gentoo.org>
Thu, 22 Dec 2016 18:25:58 +0000 (20:25 +0200)
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3188

dev-db/sqliteman/sqliteman-1.2.2-r2.ebuild [moved from dev-db/sqliteman/sqliteman-1.2.2-r1.ebuild with 89% similarity]

similarity index 89%
rename from dev-db/sqliteman/sqliteman-1.2.2-r1.ebuild
rename to dev-db/sqliteman/sqliteman-1.2.2-r2.ebuild
index e10a0cab9a74adf47e0a1e44e85aa122d203e0a5..b91d1821403a2ee8e0f2f7b6e2aecfe4c0593879 100644 (file)
@@ -19,7 +19,7 @@ RDEPEND="
        dev-qt/qtcore:4
        dev-qt/qtgui:4
        dev-qt/qtsql:4[sqlite]
-       x11-libs/qscintilla"
+       x11-libs/qscintilla:=[qt4(-)]"
 DEPEND="${RDEPEND}"
 
 DOCS=( AUTHORS README )
@@ -27,7 +27,7 @@ PATCHES=( "${FILESDIR}/${P}-lpthread.patch" )
 
 src_prepare() {
        # remove bundled lib
-       rm -rf "${S}"/${PN}/qscintilla2
+       rm -rf "${S}"/${PN}/qscintilla2 || die
 
        cmake-utils_src_prepare
 }