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 A5C39138334 for ; Sat, 7 Dec 2019 11:43:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76827E088A; Sat, 7 Dec 2019 11:43:35 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 A3122E088A for ; Sat, 7 Dec 2019 11:43: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 2252534D86B for ; Sat, 7 Dec 2019 11:43:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CACC48D2 for ; Sat, 7 Dec 2019 11:43:30 +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: <1575603365.c46e4ea199235edd1eba8671bf620e969da6b5d3.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: c46e4ea199235edd1eba8671bf620e969da6b5d3 X-VCS-Branch: master Date: Sat, 7 Dec 2019 11:43:30 +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: e6523a3a-96bb-466e-b20d-85f6f1544f9a X-Archives-Hash: f80c75a88c617e9e1c07359e1fe61243 commit: c46e4ea199235edd1eba8671bf620e969da6b5d3 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Dec 6 03:36:05 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Dec 6 03:36:05 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c46e4ea1 kde.org.eclass: Add release-service SRC_URI Signed-off-by: Andreas Sturmlechner gentoo.org> eclass/kde.org.eclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eclass/kde.org.eclass b/eclass/kde.org.eclass index 7482a48afc..5735de7ee7 100644 --- a/eclass/kde.org.eclass +++ b/eclass/kde.org.eclass @@ -101,7 +101,8 @@ _kde.org_calculate_src_uri() { _src_uri+="unstable/applications/${PV}/src/" RESTRICT+=" mirror" ;; - *) _src_uri+="stable/applications/${PV}/src/" ;; + 19.08.3? ) _src_uri+="stable/applications/${PV}/src/" ;; + *) _src_uri+="stable/release-service/${PV}/src/" ;; esac ;; kde-frameworks)