mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
net-libs/libre-graph-api-cpp-qt-client: avoid Qt5 detection
Closes: https://bugs.gentoo.org/927292 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
This commit is contained in:
parent
cffe9989c5
commit
db587ac90c
@ -16,3 +16,10 @@ KEYWORDS="~amd64 ~arm64 ~x86"
|
||||
|
||||
DEPEND="dev-qt/qtbase:6[gui,ssl]"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
# Do not look for Qt5
|
||||
sed -e "s/Qt5//" -i CMakeLists.txt || die
|
||||
|
||||
cmake_src_prepare
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user