diff options
| author | Johannes Huber <johu@gentoo.org> | 2013-11-14 21:45:39 +0100 |
|---|---|---|
| committer | Johannes Huber <johu@gentoo.org> | 2013-11-14 21:45:39 +0100 |
| commit | 6702b932a4a8e072b5242f96af9c744795e2ad32 (patch) | |
| tree | b78b7d7b60afc4300dae7c125df9d46705688844 /eclass | |
| parent | b1991e0ff01381677784c8e34cc4fc5c823350b2 (diff) | |
| download | kde-6702b932a4a8e072b5242f96af9c744795e2ad32.tar.gz kde-6702b932a4a8e072b5242f96af9c744795e2ad32.tar.bz2 kde-6702b932a4a8e072b5242f96af9c744795e2ad32.zip | |
[eclass] Allow to build kf5 with Qt 5.2 beta1
Diffstat (limited to 'eclass')
| -rw-r--r-- | eclass/kde-frameworks.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/kde-frameworks.eclass b/eclass/kde-frameworks.eclass index c92a6b80108..4da527f01d2 100644 --- a/eclass/kde-frameworks.eclass +++ b/eclass/kde-frameworks.eclass @@ -34,7 +34,7 @@ EXPORT_FUNCTIONS pkg_setup src_unpack src_configure src_compile src_test src_ins # @ECLASS-VARIABLE: QT_MINIMAL # @DESCRIPTION: # Determine version of qt we enforce as minimal for the package. -QT_MINIMAL="${QT_MINIMAL:-5.2.0}" +QT_MINIMAL="${QT_MINIMAL:-5.1.90}" # @ECLASS-VARIABLE: FRAMEWORKS_DEBUG # @DESCRIPTION: |
