diff options
Diffstat (limited to 'sys-fs/fuse/fuse-2.9.2.ebuild')
-rw-r--r-- | sys-fs/fuse/fuse-2.9.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/fuse/fuse-2.9.2.ebuild b/sys-fs/fuse/fuse-2.9.2.ebuild index fa505b974293..117298e1bae8 100644 --- a/sys-fs/fuse/fuse-2.9.2.ebuild +++ b/sys-fs/fuse/fuse-2.9.2.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.9.2.ebuild,v 1.14 2014/07/30 19:33:39 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.9.2.ebuild,v 1.15 2014/08/10 20:19:38 slyfox Exp $ EAPI=5 inherit eutils libtool linux-info udev toolchain-funcs MY_P=${P/_/-} -DESCRIPTION="An interface for filesystems implemented in userspace." +DESCRIPTION="An interface for filesystems implemented in userspace" HOMEPAGE="http://fuse.sourceforge.net" SRC_URI="mirror://sourceforge/fuse/${MY_P}.tar.gz" |