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 79C5413835A for ; Fri, 9 Oct 2020 13:51:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD83AE0858; Fri, 9 Oct 2020 13:51:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 97BA5E0858 for ; Fri, 9 Oct 2020 13:51:34 +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 81F8233BF35 for ; Fri, 9 Oct 2020 13:51:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C58539E for ; Fri, 9 Oct 2020 13:51:32 +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: <1602182233.8609bab30da2ffdf59fd6836ee0b11fb2ac35225.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/kde.org.eclass X-VCS-Directories: eclass/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8609bab30da2ffdf59fd6836ee0b11fb2ac35225 X-VCS-Branch: master Date: Fri, 9 Oct 2020 13:51:32 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1f5796f2-826c-4f6e-b2f5-eb7a45b6d895 X-Archives-Hash: d815a0933bae68cf544ae248ceb5ddb6 commit: 8609bab30da2ffdf59fd6836ee0b11fb2ac35225 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Oct 5 19:48:18 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Oct 8 18:37:13 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8609bab3 kde.org.eclass: Drop obsolete KDE Frameworks 5.70 quirk Signed-off-by: Andreas Sturmlechner gentoo.org> eclass/kde.org.eclass | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/eclass/kde.org.eclass b/eclass/kde.org.eclass index d59a05153a..f84edc3781 100644 --- a/eclass/kde.org.eclass +++ b/eclass/kde.org.eclass @@ -175,11 +175,9 @@ _kde.org_calculate_src_uri() { kjs | \ kjsembed | \ kmediaplayer | \ - kross) - _src_uri+="portingAids/" - ;; + kross | \ kxmlrpcclient) - [[ ${PV} = 5.70.* ]] || _src_uri+="portingAids/" + _src_uri+="portingAids/" ;; esac ;;