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 26F0F1395E1 for ; Sun, 30 Oct 2016 14:52:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F081A21C0CC; Sun, 30 Oct 2016 14:52:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DAE5021C0CC for ; Sun, 30 Oct 2016 14:52:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CC1393411D7 for ; Sun, 30 Oct 2016 14:52:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0BA5C33D for ; Sun, 30 Oct 2016 14:52:18 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1477839101.7354361319a3fe4bebb962c63f3c0afc6210576d.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/kde5.eclass X-VCS-Directories: eclass/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 7354361319a3fe4bebb962c63f3c0afc6210576d X-VCS-Branch: master Date: Sun, 30 Oct 2016 14:52:18 +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: 32bb11d7-0b0f-43ea-857a-9861599d6365 X-Archives-Hash: a79d19baaf735d0f73813a800928429a commit: 7354361319a3fe4bebb962c63f3c0afc6210576d Author: Johannes Huber gentoo org> AuthorDate: Sun Oct 30 14:48:12 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sun Oct 30 14:51:41 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=73543613 kde5.eclass: Raise frameworks minimal for KDE Apps 16.12 Thanks-to: Arfrever on irc @ #gentoo-kde eclass/kde5.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass index 7937ffe..1b65add 100644 --- a/eclass/kde5.eclass +++ b/eclass/kde5.eclass @@ -168,7 +168,7 @@ case ${KDE_AUTODEPS} in if [[ ${CATEGORY} = kde-apps ]]; then local vcr2=$((10#$(get_version_component_range 2))) if ! [[ $(get_version_component_range 1) -le 16 && ${vcr2} -lt 9 ]]; then - FRAMEWORKS_MINIMAL=5.27.0 + FRAMEWORKS_MINIMAL=5.28.0 fi unset vcr2 fi