Skip to content

Commit

Permalink
dev-qt/qt-creator: botan dep was dropped in 4.9 and later
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Davide Pesavento <[email protected]>
  • Loading branch information
Pesa committed Jul 6, 2019
1 parent 3fb053c commit 80bdc5e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions dev-qt/qt-creator/qt-creator-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ IUSE="doc systemd test +webengine ${QTC_PLUGINS[@]%:*}"
QT_PV="5.9.0:5"

CDEPEND="
>=dev-libs/botan-2.8:2=[-bindist]
>=dev-qt/qtconcurrent-${QT_PV}
>=dev-qt/qtcore-${QT_PV}
>=dev-qt/qtdeclarative-${QT_PV}[widgets]
Expand Down Expand Up @@ -153,9 +152,6 @@ src_prepare() {
done
sed -i -e "/^LANGUAGES\s*=/s:=.*:=${languages}:" share/qtcreator/translations/translations.pro || die

# remove bundled botan
rm -rf src/libs/3rdparty/botan || die

# remove bundled qbs
rm -rf src/shared/qbs || die
}
Expand All @@ -167,7 +163,6 @@ src_configure() {
$(use qbs && echo QBS_INSTALL_DIR="${EPREFIX}/usr") \
CONFIG+=qbs_disable_rpath \
CONFIG+=qbs_enable_project_file_updates \
CONFIG+=use_system_botan \
$(use systemd && echo CONFIG+=journald) \
$(use test && echo BUILD_TESTS=1)
}
Expand Down

0 comments on commit 80bdc5e

Please sign in to comment.