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 8206C138E74 for ; Wed, 1 Oct 2014 15:56:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC58EE086B; Wed, 1 Oct 2014 15:56:13 +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 06D96E086B for ; Wed, 1 Oct 2014 15:56:12 +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 2B324340332 for ; Wed, 1 Oct 2014 15:56:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 77D1D6AE7 for ; Wed, 1 Oct 2014 15:56:10 +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: <1412178842.37f6c7d60df09aafa7a527aca8f8db2bb01effe5.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-libs/libmm-qt/ X-VCS-Repository: proj/kde X-VCS-Files: net-libs/libmm-qt/libmm-qt-5.0.95.ebuild X-VCS-Directories: net-libs/libmm-qt/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 37f6c7d60df09aafa7a527aca8f8db2bb01effe5 X-VCS-Branch: master Date: Wed, 1 Oct 2014 15:56:10 +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: 31b86a4e-e0b8-4df4-9843-ddeb74f19d4a X-Archives-Hash: f1e11711b5ba4187ff207eac4e34dfe2 commit: 37f6c7d60df09aafa7a527aca8f8db2bb01effe5 Author: Michael Palimaka gentoo org> AuthorDate: Wed Oct 1 15:54:02 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Oct 1 15:54:02 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=37f6c7d6 [net-libs/libmm-qt] Fix SRC_URI wrt bug #524210. Package-Manager: portage-2.2.10 --- net-libs/libmm-qt/libmm-qt-5.0.95.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libmm-qt/libmm-qt-5.0.95.ebuild b/net-libs/libmm-qt/libmm-qt-5.0.95.ebuild index d97e8ef..1cd10f0 100644 --- a/net-libs/libmm-qt/libmm-qt-5.0.95.ebuild +++ b/net-libs/libmm-qt/libmm-qt-5.0.95.ebuild @@ -8,7 +8,7 @@ inherit kde5 if [[ ${KDE_BUILD_TYPE} != live ]]; then KEYWORDS="~amd64 ~x86" - SRC_URI="mirror://kde/unstable/plasma/${PV}/src/${P}.tar.xz" + SRC_URI="mirror://kde/unstable/plasma/${PV}/${P}.tar.xz" else KEYWORDS="" fi