Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 405313 | Differences between
and this patch

Collapse All | Expand All

(-)qt4-build.eclass (-1 / +5 lines)
Lines 18-24 Link Here
18
SRC_URI="http://get.qt.nokia.com/qt/source/${MY_P}.tar.gz"
18
SRC_URI="http://get.qt.nokia.com/qt/source/${MY_P}.tar.gz"
19
LICENSE="|| ( LGPL-2.1 GPL-3 )"
19
LICENSE="|| ( LGPL-2.1 GPL-3 )"
20
20
21
IUSE="aqua debug pch"
21
IUSE="aqua debug neon pch"
22
22
23
[[ ${CATEGORY}/${PN} != x11-libs/qt-xmlpatterns ]] &&
23
[[ ${CATEGORY}/${PN} != x11-libs/qt-xmlpatterns ]] &&
24
[[ ${CATEGORY}/${PN} != x11-themes/qgtkstyle ]] &&
24
[[ ${CATEGORY}/${PN} != x11-themes/qgtkstyle ]] &&
Lines 515-520 Link Here
515
		*) die "$(tc-arch) is unsupported by this eclass. Please file a bug." ;;
515
		*) die "$(tc-arch) is unsupported by this eclass. Please file a bug." ;;
516
	esac
516
	esac
517
517
518
	# Make sure that NEON instructions are not used unless asked for
519
	# This saves certain ARM systems (hardfloat) from runtime failures
520
	use neon || myconf+=" -no-neon"
521
518
	echo "${myconf}"
522
	echo "${myconf}"
519
}
523
}
520
524

Return to bug 405313