diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-03-19 19:21:25 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-03-19 19:21:25 +0100 |
| commit | 63f180e63d83badb265fb9c8586f85f87502ec73 (patch) | |
| tree | 47e91eb7e2bec896418e6195b7d8e63ab899c63d /eclass/kde5-functions.eclass | |
| parent | 830efe98263d5e761b7da9d6cdb45104f52b68cd (diff) | |
| download | kde-63f180e63d83badb265fb9c8586f85f87502ec73.tar.gz kde-63f180e63d83badb265fb9c8586f85f87502ec73.tar.bz2 kde-63f180e63d83badb265fb9c8586f85f87502ec73.zip | |
kde5-functions.eclass: Avoid 5.12 stable branch depend on KF-9999
Diffstat (limited to 'eclass/kde5-functions.eclass')
| -rw-r--r-- | eclass/kde5-functions.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index 46d2c4974a3..69971b4e4c5 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -39,7 +39,7 @@ case ${CATEGORY} in ;; kde-plasma) [[ ${PV} = 5.12* ]] && : ${QT_MINIMAL:=5.9.1} - if [[ ${KDE_BUILD_TYPE} = live ]]; then + if [[ ${KDE_BUILD_TYPE} = live && ${PV} != 5.12* ]]; then : ${QT_MINIMAL:=5.9.1} : ${FRAMEWORKS_MINIMAL:=9999} fi |
