summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs/sshfs-fuse')
-rw-r--r--sys-fs/sshfs-fuse/ChangeLog6
-rw-r--r--sys-fs/sshfs-fuse/sshfs-fuse-2.2.ebuild8
-rw-r--r--sys-fs/sshfs-fuse/sshfs-fuse-2.3.ebuild8
3 files changed, 15 insertions, 7 deletions
diff --git a/sys-fs/sshfs-fuse/ChangeLog b/sys-fs/sshfs-fuse/ChangeLog
index 83f3cd5df41c..c406bae1a87c 100644
--- a/sys-fs/sshfs-fuse/ChangeLog
+++ b/sys-fs/sshfs-fuse/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-fs/sshfs-fuse
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.52 2011/07/14 18:52:34 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.53 2011/07/16 00:44:29 radhermit Exp $
+
+ 16 Jul 2011; Tim Harder <radhermit@gentoo.org> sshfs-fuse-2.2.ebuild,
+ sshfs-fuse-2.3.ebuild:
+ Add dependency on pkgconfig.
*sshfs-fuse-2.3 (14 Jul 2011)
diff --git a/sys-fs/sshfs-fuse/sshfs-fuse-2.2.ebuild b/sys-fs/sshfs-fuse/sshfs-fuse-2.2.ebuild
index 2e7ee9cd36d7..4b917418551d 100644
--- a/sys-fs/sshfs-fuse/sshfs-fuse-2.2.ebuild
+++ b/sys-fs/sshfs-fuse/sshfs-fuse-2.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 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.2.ebuild,v 1.7 2011/02/09 19:18:55 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.2.ebuild,v 1.8 2011/07/16 00:44:29 radhermit Exp $
EAPI="2"
@@ -15,10 +15,12 @@ KEYWORDS="amd64 ~arm ~hppa ppc ppc64 sparc x86 ~x86-fbsd"
SLOT="0"
IUSE=""
-DEPEND=">=sys-fs/fuse-2.6.0_pre3
+CDEPEND=">=sys-fs/fuse-2.6.0_pre3
>=dev-libs/glib-2.4.2"
-RDEPEND="${DEPEND}
+RDEPEND="${CDEPEND}
>=net-misc/openssh-4.3"
+DEPEND="${CDEPEND}
+ dev-util/pkgconfig"
src_configure() {
# hack not needed with >=net-misc/openssh-4.3
diff --git a/sys-fs/sshfs-fuse/sshfs-fuse-2.3.ebuild b/sys-fs/sshfs-fuse/sshfs-fuse-2.3.ebuild
index 938b5c96b1b2..24e9b1d7b2ba 100644
--- a/sys-fs/sshfs-fuse/sshfs-fuse-2.3.ebuild
+++ b/sys-fs/sshfs-fuse/sshfs-fuse-2.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 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.3.ebuild,v 1.1 2011/07/14 18:52:34 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.3.ebuild,v 1.2 2011/07/16 00:44:29 radhermit Exp $
EAPI="4"
@@ -13,10 +13,12 @@ KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
SLOT="0"
IUSE=""
-DEPEND=">=sys-fs/fuse-2.6.0_pre3
+CDEPEND=">=sys-fs/fuse-2.6.0_pre3
>=dev-libs/glib-2.4.2"
-RDEPEND="${DEPEND}
+RDEPEND="${CDEPEND}
>=net-misc/openssh-4.3"
+DEPEND="${CDEPEND}
+ dev-util/pkgconfig"
DOCS=( README NEWS ChangeLog AUTHORS FAQ.txt )