diff options
Diffstat (limited to 'sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild')
-rw-r--r-- | sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild b/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild index bf7f505137d9..b531ec8a4303 100644 --- a/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild +++ b/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild,v 1.4 2012/04/18 19:52:55 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild,v 1.5 2012/05/04 19:09:18 jdhore Exp $ EAPI="4" @@ -18,7 +18,7 @@ CDEPEND=">=sys-fs/fuse-2.6.0_pre3 RDEPEND="${CDEPEND} >=net-misc/openssh-4.3" DEPEND="${CDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" DOCS=( README NEWS ChangeLog AUTHORS FAQ.txt ) |