Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 377735
Collapse All | Expand All

(-)/usr/portage/dev-lang/icc/icc-11.1.072-r1.ebuild (-1 / +11 lines)
Lines 21-27 SRC_URI="amd64? ( ${SRC_COM}_intel64.tgz Link Here
21
21
22
LICENSE="Intel-SDP"
22
LICENSE="Intel-SDP"
23
SLOT="0"
23
SLOT="0"
24
IUSE="eclipse +idb ipp mkl"
24
IUSE="eclipse doc +idb ipp mkl examples"
25
KEYWORDS="~amd64 ~ia64 ~x86 ~amd64-linux ~x86-linux"
25
KEYWORDS="~amd64 ~ia64 ~x86 ~amd64-linux ~x86-linux"
26
26
27
RESTRICT="mirror"
27
RESTRICT="mirror"
Lines 109-114 src_prepare() { Link Here
109
	# remove for collision (bug #288038)
109
	# remove for collision (bug #288038)
110
	has_version "~dev-lang/ifc-${PV}" && \
110
	has_version "~dev-lang/ifc-${PV}" && \
111
		rm -f ${DESTINATION}/lib/*/locale/*/flexnet.cat
111
		rm -f ${DESTINATION}/lib/*/locale/*/flexnet.cat
112
113
	if [ -d ${EDESTINATION}/idb -a ${IARCH} != ia64 ] ; then
114
		ln -snf libxerces-c.so.27.0 ${EDESTINATION}/idb/lib/${IARCH}/libxerces-c.so.27
115
		ln -snf libxerces-c.so.27   ${EDESTINATION}/idb/lib/${IARCH}/libxerces-c.so
116
	fi
117
118
	use doc || rm -rf ${EDESTINATION}/Documentation
119
	use eclipse || rm -rf ${EDESTINATION}/{,idb}/eclipse_support
120
	use examples || rm -rf ${EDESTINATION}/Samples
121
	has noman ${FEATURES} && rm -rf ${EDESTINATION}/man
112
}
122
}
113
123
114
src_install() {
124
src_install() {

Return to bug 377735