Skip to content

Commit

Permalink
dev-qt/qt-creator: restrict dep on qbs
Browse files Browse the repository at this point in the history
Build fails against the newly released qbs-1.7.0

Package-Manager: Portage-2.3.3, Repoman-2.3.1
  • Loading branch information
Pesa committed Dec 18, 2016
1 parent 5d06dcc commit 51b9134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-qt/qt-creator/qt-creator-4.1.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ RDEPEND="
>=dev-qt/qtxml-${QT_PV}
sys-devel/gdb[client,python]
clangcodemodel? ( >=sys-devel/clang-3.8.0:= )
qbs? ( >=dev-util/qbs-1.6.0 )
qbs? ( ~dev-util/qbs-1.6.1 )
systemd? ( sys-apps/systemd:= )
webengine? ( >=dev-qt/qtwebengine-${QT_PV} )
webkit? ( >=dev-qt/qtwebkit-${QT_PV} )
Expand Down

0 comments on commit 51b9134

Please sign in to comment.