commit: 1a81ac8b60dd32248475535c75b248410c7c2be7
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 26 13:42:29 2015 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> 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