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 2FC89138334 for ; Thu, 13 Sep 2018 18:18:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F6BEE0BCF; Thu, 13 Sep 2018 18:17:59 +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 DD180E0BCF for ; Thu, 13 Sep 2018 18:17:58 +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 02BBE335D01 for ; Thu, 13 Sep 2018 18:17:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3903A3D6 for ; Thu, 13 Sep 2018 18:17:55 +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: <1536860383.71a8967b163ca82738eb047dc7643d88028039e2.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: 71a8967b163ca82738eb047dc7643d88028039e2 X-VCS-Branch: master Date: Thu, 13 Sep 2018 18:17:55 +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: bd95054e-760f-444f-9166-0033836981ce X-Archives-Hash: a37a1d9baf3b1fb6118cfb4cc803262a commit: 71a8967b163ca82738eb047dc7643d88028039e2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Sep 12 23:10:02 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Sep 13 17:39:43 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=71a8967b kde5-functions.eclass: Raise kde-apps/* default FRAMEWORKS_MINIMAL=5.50 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 7414b48b00..222f6fbc4d 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -47,7 +47,7 @@ case ${CATEGORY} in ;; kde-apps) [[ ${PV} = 18.04.3 ]] && : ${FRAMEWORKS_MINIMAL:=5.46.0} - : ${FRAMEWORKS_MINIMAL:=5.49.0} + : ${FRAMEWORKS_MINIMAL:=5.50.0} ;; esac