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 46F171396D9 for ; Fri, 17 Nov 2017 17:27:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A888E0BE9; Fri, 17 Nov 2017 17:27:42 +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 34BDBE0BE9 for ; Fri, 17 Nov 2017 17:27:41 +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 E32DF33DDA5 for ; Fri, 17 Nov 2017 17:27:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76B1C9E13 for ; Fri, 17 Nov 2017 17:27:39 +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: <1510939590.864968afd7c5169e4c2fe5b3d8039985d060459f.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: 864968afd7c5169e4c2fe5b3d8039985d060459f X-VCS-Branch: master Date: Fri, 17 Nov 2017 17:27:39 +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: 6fd60949-5165-4bd3-afd5-88869565bc2e X-Archives-Hash: 8f5d59274e4e046ef616325d3370d026 commit: 864968afd7c5169e4c2fe5b3d8039985d060459f Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Nov 17 17:13:57 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Nov 17 17:26:30 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=864968af kde5-functions.eclass: Add 17.11* minimum deps 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 42c54019df..81dca34e68 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -51,7 +51,7 @@ case ${CATEGORY} in fi ;; kde-apps) - if [[ ${KDE_BUILD_TYPE} = live || ${PV} = 17.12* ]]; then + if [[ ${KDE_BUILD_TYPE} = live || ${PV} = 17.12* || ${PV} = 17.11* ]]; then : ${QT_MINIMAL:=5.9.1} : ${FRAMEWORKS_MINIMAL:=5.38.0} fi