dev-db/sqliteman: Depend on x11-libs/qscintilla[qt4]

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3188
This commit is contained in:
David Seifert
2016-12-22 18:46:37 +01:00
parent 3683d6da44
commit cb3d1cf8bc

View 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
}