}
qt4_pkg_setup() {
for x in ${QT4_BUILT_WITH_USE_CHECK}; do
if [[ -n ${QT4_BUILT_WITH_USE_CHECK} ]] ; then
if ! built_with_use =x11-libs/qt-4* $x; then
if ! built_with_use =x11-libs/qt-4* ${QT4_BUILT_WITH_USE_CHECK} ; then
die "This package requires Qt4 to be built with the '${x}' use flag."
die "This package requires Qt4 to be built with the '${QT4_BUILT_WITH_USE_CHECK}' use flag(s)."
fi
done