diff options
author | Mart Raudsepp <leio@gentoo.org> | 2015-02-26 15:42:29 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2015-02-26 15:46:05 +0200 |
commit | 1a81ac8b60dd32248475535c75b248410c7c2be7 (patch) | |
tree | 47f697810995bdf218b0629f2b3afc0c213425f3 | |
parent | gtk+:2 - sync with portage (diff) | |
download | leio-1a81ac8b60dd32248475535c75b248410c7c2be7.tar.gz leio-1a81ac8b60dd32248475535c75b248410c7c2be7.tar.bz2 leio-1a81ac8b60dd32248475535c75b248410c7c2be7.zip |
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.
-rw-r--r-- | media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20150214.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |