Skip to content

Commit

Permalink
dev-db/sqliteman: 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 3683d6d commit cb3d1cf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ 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 )
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
}

0 comments on commit cb3d1cf

Please sign in to comment.