diff options
author | Tim Harder <radhermit@gentoo.org> | 2016-05-03 13:55:11 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2016-05-03 16:10:22 -0400 |
commit | bba36e4913c45580f281a6725a69b85d33aaecf6 (patch) | |
tree | ab4be88e3d8f620cdbd33e05ac87c666113e1d7e /sys-fs | |
parent | dev-python/pyatspi: arm stable, bug #566378 (diff) | |
download | gentoo-bba36e4913c45580f281a6725a69b85d33aaecf6.tar.gz gentoo-bba36e4913c45580f281a6725a69b85d33aaecf6.tar.bz2 gentoo-bba36e4913c45580f281a6725a69b85d33aaecf6.zip |
sys-fs/fuse: fix SRC_URI
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/fuse/fuse-2.9.5.ebuild | 2 |
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 c409bc31809d..67bafb371b3e 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" |