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 570FD138A87 for ; Thu, 26 Feb 2015 13:46:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2578AE0AEE; Thu, 26 Feb 2015 13:46:49 +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 C31DDE0AEE for ; Thu, 26 Feb 2015 13:46:48 +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 91815340C1A for ; Thu, 26 Feb 2015 13:46:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3CEDB1297E for ; Thu, 26 Feb 2015 13:46:46 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1424958365.1a81ac8b60dd32248475535c75b248410c7c2be7.leio@gentoo> Subject: [gentoo-commits] dev/leio:master commit in: media-libs/raspberrypi-userland/ X-VCS-Repository: dev/leio X-VCS-Files: media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20150214.ebuild X-VCS-Directories: media-libs/raspberrypi-userland/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 1a81ac8b60dd32248475535c75b248410c7c2be7 X-VCS-Branch: master Date: Thu, 26 Feb 2015 13:46:46 +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: 4a9fce9a-832a-49e3-88d4-0032d38f9360 X-Archives-Hash: 74aea8dfc06137b4f1f5490eeaa15af0 commit: 1a81ac8b60dd32248475535c75b248410c7c2be7 Author: Mart Raudsepp gentoo org> AuthorDate: Thu Feb 26 13:42:29 2015 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Thu Feb 26 13:46:05 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=dev/leio.git;a=commit;h=1a81ac8b raspberrypi-userland: Point to an available snapshot tarball location I didn't end up bumping this in main tree yet, so for now make the snapshot tarball available from my devspace and use it. Before I had it only available locally and no-one could use this rpi-userland version bump. --- .../raspberrypi-userland/raspberrypi-userland-0_pre20150214.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20150214.ebuild b/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20150214.ebuild index 6a0c0ed..c6f42a6 100644 --- a/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20150214.ebuild +++ b/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20150214.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == 9999* ]]; then SRC_URI="" KEYWORDS="" else - SRC_URI="mirror://gentoo/${P}.tar.xz" + SRC_URI="http://dev.gentoo.org/~leio/distfiles/${P}.tar.xz" KEYWORDS="~arm" fi