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 BD3D9139694 for ; Sun, 9 Jul 2017 11:26:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A9CC274158; Sun, 9 Jul 2017 11:26:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 06E23274158 for ; Sun, 9 Jul 2017 11:26:49 +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 26C9C3419B0 for ; Sun, 9 Jul 2017 11:26:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD10E746A for ; Sun, 9 Jul 2017 11:26:46 +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: <1499599559.c08d557bdc225779d4ec3f7c87999342b616f447.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: c08d557bdc225779d4ec3f7c87999342b616f447 X-VCS-Branch: master Date: Sun, 9 Jul 2017 11:26:46 +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: c195cf94-700e-4d0b-83fe-236d0a6b4c41 X-Archives-Hash: a4a827682af22b2601985b50fa638e06 commit: c08d557bdc225779d4ec3f7c87999342b616f447 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jul 9 11:25:59 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jul 9 11:25:59 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c08d557b kde5-functions.eclass: Simplify kde-plasma QT_MINIMAL setup eclass/kde5-functions.eclass | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index 34cf9935b1..2ac6526adc 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -35,12 +35,9 @@ case ${CATEGORY} in [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999} ;; kde-plasma) - if [[ $(get_version_component_range 2) -ge 9 ]]; then - : ${QT_MINIMAL:=5.7.1} - fi + : ${QT_MINIMAL:=5.7.1} if [[ ${KDE_BUILD_TYPE} = live && $(get_version_component_range 2) -ne 8 ]]; then : ${FRAMEWORKS_MINIMAL:=9999} - : ${QT_MINIMAL:=5.7.1} fi ;; kde-apps)