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 4CA72138334 for ; Sun, 21 Apr 2019 15:55:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E363E086B; Sun, 21 Apr 2019 15:55:01 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0FDE3E086B for ; Sun, 21 Apr 2019 15:55:00 +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 4D1F9341CC8 for ; Sun, 21 Apr 2019 15:54:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90553503 for ; Sun, 21 Apr 2019 15:54:57 +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: <1555861978.2fd0c646eeb7962cdcbfcdcb9fbedd0a61abdde0.asturm@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: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2fd0c646eeb7962cdcbfcdcb9fbedd0a61abdde0 X-VCS-Branch: master Date: Sun, 21 Apr 2019 15:54:57 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1150a338-2eff-4bd4-a680-0533734ce5a7 X-Archives-Hash: 72cf336d483cb08b51d984c08e5534fa commit: 2fd0c646eeb7962cdcbfcdcb9fbedd0a61abdde0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Apr 21 15:52:58 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Apr 21 15:52:58 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2fd0c646 kde5-functions.eclass: Set >=kde-apps-19.04 FRAMEWORKS_MINIMAL=5.57.0 Sync with upstream live as well as Gentoo ebuild repo. Signed-off-by: Andreas Sturmlechner gentoo.org> eclass/kde5-functions.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index 35e81e2afe..711b0121e1 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -45,7 +45,7 @@ case ${CATEGORY} in fi ;; kde-apps) - [[ ${KDE_BUILD_TYPE} = live || ${PV} = 19* ]] && : ${FRAMEWORKS_MINIMAL:=5.56.0} + [[ ${KDE_BUILD_TYPE} = live || ${PV} = 19* ]] && : ${FRAMEWORKS_MINIMAL:=5.57.0} ;; esac