diff options
author | Michael Palimaka <kensington@gentoo.org> | 2015-04-11 17:11:22 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2015-04-11 17:11:22 +0000 |
commit | 5134095f5a764ce179800a07feda62c96ad86d27 (patch) | |
tree | a439ddb4746636cbb3925a02c137d43051423ae4 /eclass/kde5-functions.eclass | |
parent | Version bump. (diff) | |
download | historical-5134095f5a764ce179800a07feda62c96ad86d27.tar.gz historical-5134095f5a764ce179800a07feda62c96ad86d27.tar.bz2 historical-5134095f5a764ce179800a07feda62c96ad86d27.zip |
Sync with KDE overlay - don't set CMAKE_MIN_VERSION which is already set by cmake-utils, remove old extra-cmake-utils logic, and improve linguas handling.
Diffstat (limited to 'eclass/kde5-functions.eclass')
-rw-r--r-- | eclass/kde5-functions.eclass | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index 06c75b2db62b..b0307765b954 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kde5-functions.eclass,v 1.5 2015/03/18 13:04:35 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde5-functions.eclass,v 1.6 2015/04/11 17:11:22 kensington Exp $ # @ECLASS: kde5-functions.eclass # @MAINTAINER: @@ -23,15 +23,10 @@ case ${EAPI} in *) die "EAPI=${EAPI:-0} is not supported" ;; esac -# @ECLASS-VARIABLE: ECM_MINIMAL -# @DESCRIPTION: -# Minimal extra-cmake-modules version to require for the package. -: ${ECM_MINIMAL:=1.7.0} - # @ECLASS-VARIABLE: FRAMEWORKS_MINIMAL # @DESCRIPTION: # Minimal Frameworks version to require for the package. -: ${FRAMEWORKS_MINIMAL:=5.7.0} +: ${FRAMEWORKS_MINIMAL:=5.8.0} # @ECLASS-VARIABLE: PLASMA_MINIMAL # @DESCRIPTION: |