mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user