From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E3A3213888F for ; Mon, 26 Oct 2015 17:33:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65321E0857; Mon, 26 Oct 2015 17:33:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0DA1CE0857 for ; Mon, 26 Oct 2015 17:33:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 46F78340914 for ; Mon, 26 Oct 2015 17:33:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F2E121925 for ; Mon, 26 Oct 2015 17:33:04 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1445880776.a0bfaa204d82aeb5ec83d734fb93619394cef996.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/kde4-base.eclass X-VCS-Directories: eclass/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: a0bfaa204d82aeb5ec83d734fb93619394cef996 X-VCS-Branch: master Date: Mon, 26 Oct 2015 17:33:04 +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: 68edf388-60c9-426e-b889-4faa92cc0d39 X-Archives-Hash: 214352bb2aa0ca4a357344dd5f7b79ea commit: a0bfaa204d82aeb5ec83d734fb93619394cef996 Author: Michael Palimaka gentoo org> AuthorDate: Mon Oct 26 17:32:47 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Mon Oct 26 17:32:56 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a0bfaa20 kde4-base.eclass: whitespace eclass/kde4-base.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass index 68f1d57..01e8009 100644 --- a/eclass/kde4-base.eclass +++ b/eclass/kde4-base.eclass @@ -474,7 +474,7 @@ _calculate_src_uri() { 4.14.13) # Part of 15.08.2 actually, sigh. Not stable for next release! SRC_URI="mirror://kde/stable/applications/15.08.2/src/${_kmname_pv}.tar.xz" ;; - ??.?.[6-9]? | ??.??.[4-9]?) + ??.?.[6-9]? | ??.??.[4-9]?) # Unstable KDE Applications releases SRC_URI="mirror://kde/unstable/applications/${PV}/src/${_kmname}-${PV}.tar.xz" ;; *)