From: Davide Pesavento Date: Sat, 6 Jul 2019 19:26:15 +0000 (+0200) Subject: dev-qt/qt-creator: botan dep was dropped in 4.9 and later X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=80bdc5ef9e7b1239c7652165d6c1a33bb8b50eda;p=gentoo.git dev-qt/qt-creator: botan dep was dropped in 4.9 and later Package-Manager: Portage-2.3.68, Repoman-2.3.16 Signed-off-by: Davide Pesavento --- diff --git a/dev-qt/qt-creator/qt-creator-9999.ebuild b/dev-qt/qt-creator/qt-creator-9999.ebuild index 8f3a9f11681f..3a1250a63894 100644 --- a/dev-qt/qt-creator/qt-creator-9999.ebuild +++ b/dev-qt/qt-creator/qt-creator-9999.ebuild @@ -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] @@ -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 } @@ -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) }