From 1a81ac8b60dd32248475535c75b248410c7c2be7 Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Thu, 26 Feb 2015 15:42:29 +0200 Subject: 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 -- cgit v1.2.3-65-gdbad