diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-01-09 18:26:26 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-01-09 18:26:26 +0000 |
commit | 89e88465bd0178cdea11ec78170331c4a18a5f6a (patch) | |
tree | c9d55ed7a92d07f04b168286ca8690d0c3200aa2 /eclass | |
parent | Version bump. (diff) | |
download | historical-89e88465bd0178cdea11ec78170331c4a18a5f6a.tar.gz historical-89e88465bd0178cdea11ec78170331c4a18a5f6a.tar.bz2 historical-89e88465bd0178cdea11ec78170331c4a18a5f6a.zip |
Sync kde5-functions.eclass with overlay.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ChangeLog | 5 | ||||
-rw-r--r-- | eclass/kde5-functions.eclass | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 9bbc256f2c0e..ddddb505f8a6 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1502 2015/01/08 23:26:56 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1503 2015/01/09 18:26:26 mrueg Exp $ + + 09 Jan 2015; Manuel Rüger <mrueg@gentoo.org> kde5-functions.eclass: + Sync kde5-functions.eclass with overlay. 08 Jan 2015; Lars Wendler <polynomial-c@gentoo.org> autotools.eclass: Bump latest unstable automake version to 1.15. diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index a12d5ccab064..651510b1c822 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# 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.3 2014/12/17 13:26:28 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde5-functions.eclass,v 1.4 2015/01/09 18:26:26 mrueg Exp $ # @ECLASS: kde5-functions.eclass # @MAINTAINER: @@ -26,7 +26,7 @@ esac # @ECLASS-VARIABLE: FRAMEWORKS_MINIMAL # @DESCRIPTION: # Minimal Frameworks version to require for the package. -: ${FRAMEWORKS_MINIMAL:=5.3.0} +: ${FRAMEWORKS_MINIMAL:=5.6.0} # @ECLASS-VARIABLE: KDEBASE # @DESCRIPTION: |