diff options
| author | Michael Palimaka <kensington@gentoo.org> | 2015-04-06 02:48:39 +1000 |
|---|---|---|
| committer | Michael Palimaka <kensington@gentoo.org> | 2015-04-06 02:48:39 +1000 |
| commit | fc39aa7997276020c37314af7564ab41ecc03f6d (patch) | |
| tree | 40dbf5dab3358f3b9e869808cb867af55cfdc2a3 /eclass/kde5-functions.eclass | |
| parent | e53c67e4c72e502377d909b0cd6a926007086c0d (diff) | |
| download | kde-fc39aa7997276020c37314af7564ab41ecc03f6d.tar.gz kde-fc39aa7997276020c37314af7564ab41ecc03f6d.tar.bz2 kde-fc39aa7997276020c37314af7564ab41ecc03f6d.zip | |
[eclass] Handle extra-cmake-modules move.
Diffstat (limited to 'eclass/kde5-functions.eclass')
| -rw-r--r-- | eclass/kde5-functions.eclass | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index 494205c7f90..648dff05e3e 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -23,11 +23,6 @@ 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.8.0} - # @ECLASS-VARIABLE: FRAMEWORKS_MINIMAL # @DESCRIPTION: # Minimal Frameworks version to require for the package. |
