Skip to content

Commit

Permalink
dev-qt/qt-creator: fix bug 560394
Browse files Browse the repository at this point in the history
USE=bindist on botan disables ECDSA support, but ECDSA is required
by QtCreator's internal SSH implementation since version 3.5.0.

Package-Manager: portage-2.2.20.1
  • Loading branch information
Pesa committed Sep 20, 2015
1 parent 141cf0e commit 2cf061d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-qt/qt-creator/qt-creator-3.5.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ IUSE="doc systemd test webkit ${QTC_PLUGINS[@]%:*}"
QT_PV="5.4.0:5"

RDEPEND="
=dev-libs/botan-1.10*[threads]
=dev-libs/botan-1.10*[-bindist,threads]
>=dev-qt/designer-${QT_PV}
>=dev-qt/qtconcurrent-${QT_PV}
>=dev-qt/qtcore-${QT_PV}
Expand Down

0 comments on commit 2cf061d

Please sign in to comment.