diff options
| -rw-r--r-- | eclass/kde4-base.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass index cb868778442..30f984f5093 100644 --- a/eclass/kde4-base.eclass +++ b/eclass/kde4-base.eclass @@ -217,7 +217,7 @@ esac # 4.6.0 for 4.4, 4.6.3 for 4.5, and 4.7.0 for 4.6 and later if slot_is_at_least 4.6 "${KDE_MINIMAL}"; then QT_MINIMAL="${QT_MINIMAL:-4.7.0}" -else "${KDE_MINIMAL}"; then +else QT_MINIMAL="${QT_MINIMAL:-4.6.3}" fi @@ -951,4 +951,4 @@ _calculate_live_repo() { EGIT_REPO_URI="git://anongit.kde.org/${PN}" esac fi -}
\ No newline at end of file +} |
