From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 77332138334 for ; Sun, 10 Jun 2018 20:42:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7A94E0948; Sun, 10 Jun 2018 20:42:12 +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 A10DAE093E for ; Sun, 10 Jun 2018 20:42:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 38FDB335C9E for ; Sun, 10 Jun 2018 20:42:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2B792CB for ; Sun, 10 Jun 2018 20:42:07 +0000 (UTC) From: "Andreas Sturmlechner" 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" Message-ID: <1528662855.66cd226f7651b3cf992927d57f9bf23900f41a1c.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: 66cd226f7651b3cf992927d57f9bf23900f41a1c X-VCS-Branch: master Date: Sun, 10 Jun 2018 20:42:07 +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: 22a4f907-f95f-450b-8fef-0f495914f4bb X-Archives-Hash: 9e8c0839087a28893ba33c6ab1243f52 commit: 66cd226f7651b3cf992927d57f9bf23900f41a1c Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jun 10 20:34:15 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jun 10 20:34:15 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66cd226f kde5-functions.eclass: Update KDE Applications min deps 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 e179db16c05..edbb426a955 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -45,8 +45,9 @@ case ${CATEGORY} in ;; kde-apps) [[ ${PV} = 17.12.3* ]] && : ${QT_MINIMAL:=5.9.1} + [[ ${PV} = 18.04.2* ]] && : ${FRAMEWORKS_MINIMAL:=5.44.0} if [[ ${KDE_BUILD_TYPE} = live || ${PV} = 18.04* ]]; then - : ${FRAMEWORKS_MINIMAL:=5.44.0} + : ${FRAMEWORKS_MINIMAL:=5.46.0} fi ;; esac