From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1051470-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A5586138334 for <garchives@archives.gentoo.org>; Thu, 11 Oct 2018 18:36:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08CB7E095A; Thu, 11 Oct 2018 18:36:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CC049E0959 for <gentoo-commits@lists.gentoo.org>; Thu, 11 Oct 2018 18:36:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9C566335D10 for <gentoo-commits@lists.gentoo.org>; Thu, 11 Oct 2018 18:36:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 48326438 for <gentoo-commits@lists.gentoo.org>; Thu, 11 Oct 2018 18:35:58 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" <asturm@gentoo.org> Message-ID: <1539282909.df6c57d6db5ce7df98502d260feb652adf2fc792.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/kde5-functions.eclass X-VCS-Directories: eclass/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: df6c57d6db5ce7df98502d260feb652adf2fc792 X-VCS-Branch: master Date: Thu, 11 Oct 2018 18:35:58 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5994bb4b-06ab-456c-bd05-a673f1344035 X-Archives-Hash: b5d9ce51adab1ae6903b5eb9e196c9aa commit: df6c57d6db5ce7df98502d260feb652adf2fc792 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Thu Oct 11 17:27:10 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Thu Oct 11 18:35:09 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df6c57d6 kde5-functions.eclass: Raise KDE_APPS_MINIMAL to 18.04.3 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> eclass/kde5-functions.eclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index 245d2e27a2e..e921e30fa12 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -43,6 +43,7 @@ case ${CATEGORY} in fi if [[ ${PV} = 5.12* || ${PV} = 5.13.5 ]]; then : ${FRAMEWORKS_MINIMAL:=5.46.0} + : ${KDE_APPS_MINIMAL:=17.12.3} : ${QT_MINIMAL:=5.9.4} fi if [[ ${KDE_BUILD_TYPE} = live && ${PV} != 5.??.49* ]]; then @@ -73,7 +74,7 @@ esac # @ECLASS-VARIABLE: KDE_APPS_MINIMAL # @DESCRIPTION: # Minimum version of KDE Applications to require. This affects add_kdeapps_dep. -: ${KDE_APPS_MINIMAL:=17.12.3} +: ${KDE_APPS_MINIMAL:=18.04.3} # @ECLASS-VARIABLE: KDE_GCC_MINIMAL # @DEFAULT_UNSET