Skip to content

Commit

Permalink
net-libs/libre-graph-api-cpp-qt-client: avoid Qt5 detection
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/927292
Signed-off-by: Bernard Cafarelli <[email protected]>
  • Loading branch information
voyageur committed Mar 19, 2024
1 parent cffe998 commit db587ac
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit db587ac

Please sign in to comment.