summaryrefslogtreecommitdiff
path: root/sys-fs/fuse
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2016-05-03 13:55:11 -0400
committerTim Harder <radhermit@gentoo.org>2016-05-03 16:10:22 -0400
commitbba36e4913c45580f281a6725a69b85d33aaecf6 (patch)
treeab4be88e3d8f620cdbd33e05ac87c666113e1d7e /sys-fs/fuse
parent806feaa7c0316e2b8c43127c1d0d1bc614c0fdd0 (diff)
downloadgentoo-bba36e4913c45580f281a6725a69b85d33aaecf6.tar.gz
gentoo-bba36e4913c45580f281a6725a69b85d33aaecf6.tar.xz
sys-fs/fuse: fix SRC_URI
Diffstat (limited to 'sys-fs/fuse')
-rw-r--r--sys-fs/fuse/fuse-2.9.5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/fuse/fuse-2.9.5.ebuild b/sys-fs/fuse/fuse-2.9.5.ebuild
index c409bc31809..67bafb371b3 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"