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
This commit is contained in:
Andreas Sturmlechner
2018-05-23 17:10:07 +02:00
parent 1630f07b60
commit fa8dd687f8
2 changed files with 4 additions and 12 deletions

View File

@@ -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

View File

@@ -10,7 +10,6 @@
<flag name="tools">Install Intel Offline Compiler</flag>
<flag name="system-boost">Use system boost (dev-libs/boost) instead of bundled one</flag>
<flag name="system-clang">Use system clang (sys-devel/clang) instead of bundled one</flag>
<flag name="system-qt">Use system Qt (sys-devel-qtcore, sys-devel/qtgui) instead of bundled one</flag>
<flag name="system-tbb">Use sytem Thread Building Blocks (dev-cpp/tbb) instead of bundled one</flag>
<flag name="system-tbb">Use system Thread Building Blocks (dev-cpp/tbb) instead of bundled one</flag>
</use>
</pkgmetadata>