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 BEE7D13838B for ; Wed, 1 Oct 2014 15:59:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 037DEE0833; Wed, 1 Oct 2014 15:59:19 +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 B1F01E0833 for ; Wed, 1 Oct 2014 15:59:18 +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 0B2B234014B for ; Wed, 1 Oct 2014 15:59:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB0FB6AD6 for ; Wed, 1 Oct 2014 15:59:15 +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: <1412179140.aacbae3da916ae30d27c7faea4a077e8d495cb18.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/kde5.eclass X-VCS-Directories: eclass/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: aacbae3da916ae30d27c7faea4a077e8d495cb18 X-VCS-Branch: master Date: Wed, 1 Oct 2014 15:59:15 +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: 6025ec07-c8ef-4474-ab1a-165b0b71e24d X-Archives-Hash: 6e53f89d82341cae90bca691b0cbc4bb commit: aacbae3da916ae30d27c7faea4a077e8d495cb18 Author: Michael Palimaka gentoo org> AuthorDate: Wed Oct 1 15:59:00 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Oct 1 15:59:00 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=aacbae3d [eclass] Fix Plasma 5 SRC_URI wrt bug #524210. --- eclass/kde5.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass index 9b5585f..72dad18 100644 --- a/eclass/kde5.eclass +++ b/eclass/kde5.eclass @@ -217,7 +217,7 @@ _calculate_src_uri() { case ${PV} in 5.?.[6-9]? ) # Plasma 5 beta releases - SRC_URI="mirror://kde/unstable/plasma/${PV}/src/${_kmname}-${PV}.tar.xz" + SRC_URI="mirror://kde/unstable/plasma/${PV}/${_kmname}-${PV}.tar.xz" RESTRICT+=" mirror" ;; *)