Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/leio:master commit in: media-libs/raspberrypi-userland/
Date: Thu, 26 Feb 2015 13:46:51
Message-Id: 1424958365.1a81ac8b60dd32248475535c75b248410c7c2be7.leio@gentoo
1 commit: 1a81ac8b60dd32248475535c75b248410c7c2be7
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 26 13:42:29 2015 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 26 13:46:05 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=dev/leio.git;a=commit;h=1a81ac8b
7
8 raspberrypi-userland: Point to an available snapshot tarball location
9
10 I didn't end up bumping this in main tree yet, so for now make the
11 snapshot tarball available from my devspace and use it.
12 Before I had it only available locally and no-one could use this
13 rpi-userland version bump.
14
15 ---
16 .../raspberrypi-userland/raspberrypi-userland-0_pre20150214.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20150214.ebuild b/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20150214.ebuild
20 index 6a0c0ed..c6f42a6 100644
21 --- a/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20150214.ebuild
22 +++ b/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20150214.ebuild
23 @@ -15,7 +15,7 @@ if [[ ${PV} == 9999* ]]; then
24 SRC_URI=""
25 KEYWORDS=""
26 else
27 - SRC_URI="mirror://gentoo/${P}.tar.xz"
28 + SRC_URI="http://dev.gentoo.org/~leio/distfiles/${P}.tar.xz"
29 KEYWORDS="~arm"
30 fi