From: Andreas Sturmlechner Date: Wed, 23 May 2018 15:10:07 +0000 (+0200) Subject: dev-util/intel-ocl-sdk: Drop USE=system-qt X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=fa8dd687f8e929eb2482f21bb5d68c73d228b474;p=gentoo.git dev-util/intel-ocl-sdk: Drop USE=system-qt Closes: https://bugs.gentoo.org/644416 Package-Manager: Portage-2.3.38, Repoman-2.3.9 --- diff --git a/dev-util/intel-ocl-sdk/intel-ocl-sdk-4.4.0.117-r1.ebuild b/dev-util/intel-ocl-sdk/intel-ocl-sdk-4.4.0.117-r1.ebuild index 062e89a96985..9310497d34a5 100644 --- a/dev-util/intel-ocl-sdk/intel-ocl-sdk-4.4.0.117-r1.ebuild +++ b/dev-util/intel-ocl-sdk/intel-ocl-sdk-4.4.0.117-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,7 +11,7 @@ SRC_URI="http://registrationcenter.intel.com/irc_nas/4181/intel_sdk_for_ocl_appl LICENSE="Intel-SDP" SLOT="0" -IUSE="android +system-tbb system-clang +system-boost +system-qt" +IUSE="android +system-tbb system-clang +system-boost" KEYWORDS="-* ~amd64" RESTRICT="mirror" @@ -20,11 +20,7 @@ RDEPEND="app-eselect/eselect-opencl system-tbb? ( >=dev-cpp/tbb-4.2.20131118 ) system-clang? ( =sys-devel/clang-3.4* ) system-boost? ( >=dev-libs/boost-1.52.0:= ) - system-qt? ( - >=dev-qt/qtgui-4.8.5:4 - >=dev-qt/qtcore-4.8.5:4 - ) - " +" DEPEND="" S=${WORKDIR}/intel_sdk_for_ocl_applications_2014_ubuntu_${PV}_x64/ @@ -56,9 +52,6 @@ src_prepare() { if use system-clang; then rm -f "${WORKDIR}/${INTEL_CL}"/lib64/libclang* fi - if use system-qt; then - rm -f "${WORKDIR}/${INTEL_CL}"/lib64/libQt* - fi if use system-tbb; then rm -f "${WORKDIR}/${INTEL_CL}"/lib64/libtbb* fi diff --git a/dev-util/intel-ocl-sdk/metadata.xml b/dev-util/intel-ocl-sdk/metadata.xml index 1c21e7de1dc7..2b3e89f60bca 100644 --- a/dev-util/intel-ocl-sdk/metadata.xml +++ b/dev-util/intel-ocl-sdk/metadata.xml @@ -10,7 +10,6 @@ Install Intel Offline Compiler Use system boost (dev-libs/boost) instead of bundled one Use system clang (sys-devel/clang) instead of bundled one - Use system Qt (sys-devel-qtcore, sys-devel/qtgui) instead of bundled one - Use sytem Thread Building Blocks (dev-cpp/tbb) instead of bundled one + Use system Thread Building Blocks (dev-cpp/tbb) instead of bundled one