Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/fuse/
Date: Tue, 03 May 2016 20:10:36
Message-Id: 1462306222.bba36e4913c45580f281a6725a69b85d33aaecf6.radhermit@gentoo
1 commit: bba36e4913c45580f281a6725a69b85d33aaecf6
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 3 17:55:11 2016 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Tue May 3 20:10:22 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bba36e49
7
8 sys-fs/fuse: fix SRC_URI
9
10 sys-fs/fuse/fuse-2.9.5.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/sys-fs/fuse/fuse-2.9.5.ebuild b/sys-fs/fuse/fuse-2.9.5.ebuild
14 index c409bc3..67bafb3 100644
15 --- a/sys-fs/fuse/fuse-2.9.5.ebuild
16 +++ b/sys-fs/fuse/fuse-2.9.5.ebuild
17 @@ -7,7 +7,7 @@ inherit eutils libtool linux-info udev toolchain-funcs
18
19 DESCRIPTION="An interface for filesystems implemented in userspace"
20 HOMEPAGE="https://github.com/libfuse/libfuse"
21 -SRC_URI="https://github.com/libfuse/libfuse/releases/download/${PN}_${PV//./_}/fuse-2.9.5.tar.gz"
22 +SRC_URI="https://github.com/libfuse/libfuse/releases/download/${PN}_${PV//./_}/${P}.tar.gz"
23
24 LICENSE="GPL-2"
25 SLOT="0"