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 1119B138010 for ; Fri, 5 Oct 2012 05:01:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 009AAE0495; Fri, 5 Oct 2012 05:01:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7B1C3E0495 for ; Fri, 5 Oct 2012 05:01:43 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DDBE333C319 for ; Fri, 5 Oct 2012 05:01:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 262FCE5436 for ; Fri, 5 Oct 2012 05:01:40 +0000 (UTC) From: "Ben de Groot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben de Groot" Message-ID: <1349413264.9eccc6ea26176ac57e41de12516084eec2c0ed5e.yngwin@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: razorqt-base/libqtxdg/ X-VCS-Repository: proj/qt X-VCS-Files: razorqt-base/libqtxdg/libqtxdg-9999.ebuild X-VCS-Directories: razorqt-base/libqtxdg/ X-VCS-Committer: yngwin X-VCS-Committer-Name: Ben de Groot X-VCS-Revision: 9eccc6ea26176ac57e41de12516084eec2c0ed5e X-VCS-Branch: master Date: Fri, 5 Oct 2012 05:01:40 +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: 86fd20fb-938a-4bdd-8637-ee81cacc2ba4 X-Archives-Hash: e518f93013b7c385aba34c8323fdb4c6 commit: 9eccc6ea26176ac57e41de12516084eec2c0ed5e Author: Ben de Groot gmail com> AuthorDate: Fri Oct 5 05:01:04 2012 +0000 Commit: Ben de Groot gentoo org> CommitDate: Fri Oct 5 05:01:04 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=9eccc6ea razorqt-base/libqtxdg: fix SRC_URI --- razorqt-base/libqtxdg/libqtxdg-9999.ebuild | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/razorqt-base/libqtxdg/libqtxdg-9999.ebuild b/razorqt-base/libqtxdg/libqtxdg-9999.ebuild index 8ebd40c..3eb7fc8 100644 --- a/razorqt-base/libqtxdg/libqtxdg-9999.ebuild +++ b/razorqt-base/libqtxdg/libqtxdg-9999.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} = *9999* ]]; then EGIT_BRANCH="master" KEYWORDS="" else - SRC_URI="https://github.com/downloads/Razor-qt/razor-qt/${P}.tar.bz2" + SRC_URI="https://github.com/downloads/Razor-qt/razor-qt/razorqt-${PV}.tar.bz2" KEYWORDS="~amd64 ~x86" fi