diff options
Diffstat (limited to 'dev-perl/Fuse/Fuse-0.07.ebuild')
-rw-r--r-- | dev-perl/Fuse/Fuse-0.07.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-perl/Fuse/Fuse-0.07.ebuild b/dev-perl/Fuse/Fuse-0.07.ebuild index c77f90abc1df..88a36c85ce5e 100644 --- a/dev-perl/Fuse/Fuse-0.07.ebuild +++ b/dev-perl/Fuse/Fuse-0.07.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Fuse/Fuse-0.07.ebuild,v 1.1 2006/06/23 17:58:52 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Fuse/Fuse-0.07.ebuild,v 1.2 2006/07/04 08:47:55 ian Exp $ inherit perl-module @@ -9,10 +9,11 @@ SRC_URI="http://cpan.uwinnipeg.ca/cpan/authors/id/D/DP/DPAVLIN/${P}.tar.gz" HOMEPAGE="http://cpan.uwinnipeg.ca/dist/Fuse" DEPEND="sys-fs/fuse" +RDEPEND="${DEPEND}" # Test is whack - ChrisWhite #SRC_TEST="do" SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 ~x86" -IUSE="" +IUSE=""
\ No newline at end of file |