commit: bba36e4913c45580f281a6725a69b85d33aaecf6 Author: Tim Harder <radhermit <AT> gentoo <DOT> org> AuthorDate: Tue May 3 17:55:11 2016 +0000 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org> CommitDate: Tue May 3 20:10:22 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bba36e49
sys-fs/fuse: fix SRC_URI sys-fs/fuse/fuse-2.9.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/fuse/fuse-2.9.5.ebuild b/sys-fs/fuse/fuse-2.9.5.ebuild index c409bc3..67bafb3 100644 --- a/sys-fs/fuse/fuse-2.9.5.ebuild +++ b/sys-fs/fuse/fuse-2.9.5.ebuild @@ -7,7 +7,7 @@ inherit eutils libtool linux-info udev toolchain-funcs DESCRIPTION="An interface for filesystems implemented in userspace" HOMEPAGE="https://github.com/libfuse/libfuse" -SRC_URI="https://github.com/libfuse/libfuse/releases/download/${PN}_${PV//./_}/fuse-2.9.5.tar.gz" +SRC_URI="https://github.com/libfuse/libfuse/releases/download/${PN}_${PV//./_}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0"
