From 582ace264914f5c93020c1ec2d34844a8bce4559 Mon Sep 17 00:00:00 2001 From: Leonardo Valeri Manera Date: Wed, 7 May 2008 06:47:19 +0200 Subject: [PATCH] eclass/qt4-qt-copy.eclass: hmmm, o-kay ... --- eclass/qt4-qt-copy.eclass | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/eclass/qt4-qt-copy.eclass b/eclass/qt4-qt-copy.eclass index ec2ec36..b6836bf 100644 --- a/eclass/qt4-qt-copy.eclass +++ b/eclass/qt4-qt-copy.eclass @@ -57,12 +57,14 @@ qt4_qt-copy() { QT3SUPPORT_PATCHLIST="0210_all_fix-crash-q3stylesheet-font-size.diff" case ${PN} in qt-core) - PATCH_LIST="${PATCHLIST} ${CORE_PATCHLIST} ${QT3SUPPORT_PATCHLIST}" + PATCHLIST="${PATCHLIST} ${CORE_PATCHLIST}" ;; *) - PATCH_LIST="${PATCHLIST} ${CORE_PATCHLIST} ${GUI_PATCHLIST} ${QT3SUPPORT_PATCHLIST}" + PATCHLIST="${PATCHLIST} ${CORE_PATCHLIST} ${GUI_PATCHLIST}" ;; esac + if use qt3support; then + PATCHLIST="${PATCHLIST} ${QT3SUPPORT_PATCHLIST}" ;; esac -- 2.11.4.GIT