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 4E9AB1396DC for ; Tue, 10 Oct 2017 12:55:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89EB7E0C5F; Tue, 10 Oct 2017 12:55:54 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 67E1FE0C5F for ; Tue, 10 Oct 2017 12:55:54 +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 CBFD8340BEA for ; Tue, 10 Oct 2017 12:55:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68111909F for ; Tue, 10 Oct 2017 12:55:51 +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: <1507640140.ee469d3e0ab8e52e2c4c2521d45802e6a1e75915.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: ee469d3e0ab8e52e2c4c2521d45802e6a1e75915 X-VCS-Branch: master Date: Tue, 10 Oct 2017 12:55:51 +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: 535716dc-47fb-46ce-9176-62e0c100e616 X-Archives-Hash: 545976bb2afbf609a249a4b3775e9b01 commit: ee469d3e0ab8e52e2c4c2521d45802e6a1e75915 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Oct 10 12:50:13 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Oct 10 12:55:40 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ee469d3e kde5-functions.eclass: Drop obsolete 5.10.95 min version handling eclass/kde5-functions.eclass | 1 - 1 file changed, 1 deletion(-) diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index eaaeac6bb3..42c54019df 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -40,7 +40,6 @@ case ${CATEGORY} in [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999} ;; kde-plasma) - [[ ${PV} = 5.10.95 ]] && : ${FRAMEWORKS_MINIMAL:=5.38.0} [[ ${PV} = 5.11* ]] && : ${FRAMEWORKS_MINIMAL:=5.38.0} if [[ ${PV} = 5.12* ]]; then : ${QT_MINIMAL:=5.9.1}