From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8AFEE13881D for ; Sun, 27 Sep 2015 12:00:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74DB121C020; Sun, 27 Sep 2015 12:00:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 23E1F21C020 for ; Sun, 27 Sep 2015 12:00:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EA75033FD3F for ; Sun, 27 Sep 2015 12:00:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E742223C for ; Sun, 27 Sep 2015 12:00:01 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1443355189.1527adf471a3bed7254675859a7b393988519861.mrueg@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/kde5-functions.eclass X-VCS-Directories: eclass/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 1527adf471a3bed7254675859a7b393988519861 X-VCS-Branch: master Date: Sun, 27 Sep 2015 12:00:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 684303c8-141a-4ee1-8c55-9bdf086e7096 X-Archives-Hash: 60a03004f1545efc2d0f0ed85a33f307 commit: 1527adf471a3bed7254675859a7b393988519861 Author: Manuel Rüger gentoo org> AuthorDate: Sun Sep 27 11:59:49 2015 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sun Sep 27 11:59:49 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1527adf4 eclass: Raise minimal KDE Plasma and Frameworks versions. eclass/kde5-functions.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index 6bebf7f..74f6a02 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -26,12 +26,12 @@ esac # @ECLASS-VARIABLE: FRAMEWORKS_MINIMAL # @DESCRIPTION: # Minimal Frameworks version to require for the package. -: ${FRAMEWORKS_MINIMAL:=5.13.0} +: ${FRAMEWORKS_MINIMAL:=5.14.0} # @ECLASS-VARIABLE: PLASMA_MINIMAL # @DESCRIPTION: # Minimal Plasma version to require for the package. -: ${PLASMA_MINIMAL:=5.3.2} +: ${PLASMA_MINIMAL:=5.4.1} # @ECLASS-VARIABLE: KDE_APPS_MINIMAL # @DESCRIPTION: