Skip to content

Commit

Permalink
dev-qt/qt-creator: restrict dep on qbs to avoid build failures
Browse files Browse the repository at this point in the history
Gentoo-Bug: 594256

Package-Manager: portage-2.3.2
  • Loading branch information
Pesa committed Nov 21, 2016
1 parent dbcd40d commit 7d7de68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-qt/qt-creator/qt-creator-3.6.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RDEPEND="
>=dev-qt/qtxml-${QT_PV}
>=sys-devel/gdb-7.5[client,python]
clang? ( >=sys-devel/clang-3.6.2:= )
qbs? ( >=dev-util/qbs-1.4.5 )
qbs? ( ~dev-util/qbs-1.4.5 )
systemd? ( sys-apps/systemd:= )
webkit? ( >=dev-qt/qtwebkit-${QT_PV} )
"
Expand Down
2 changes: 1 addition & 1 deletion dev-qt/qt-creator/qt-creator-4.0.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ RDEPEND="
>=dev-qt/qtxml-${QT_PV}
>=sys-devel/gdb-7.5[client,python]
clangcodemodel? ( >=sys-devel/clang-3.6.2:= )
qbs? ( >=dev-util/qbs-1.5.2 )
qbs? ( ~dev-util/qbs-1.5.2 )
systemd? ( sys-apps/systemd:= )
webengine? ( >=dev-qt/qtwebengine-5.6.0:5 )
webkit? ( >=dev-qt/qtwebkit-${QT_PV} )
Expand Down

0 comments on commit 7d7de68

Please sign in to comment.