summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2009-09-24 16:51:56 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2009-09-24 16:51:56 +0000
commitcfc186d6ceb5144f8e0470d945680f33e02c96b7 (patch)
tree873c12313e4e4e5661b05a57eee92418bfafcd2b /sys-cluster/glusterfs
parentVersion bump (diff)
downloadgentoo-2-cfc186d6ceb5144f8e0470d945680f33e02c96b7.tar.gz
gentoo-2-cfc186d6ceb5144f8e0470d945680f33e02c96b7.tar.bz2
gentoo-2-cfc186d6ceb5144f8e0470d945680f33e02c96b7.zip
[sys-cluster/glusterfs] disable berkdb deps
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster/glusterfs')
-rw-r--r--sys-cluster/glusterfs/glusterfs-2.0.6.ebuild11
1 files changed, 5 insertions, 6 deletions
diff --git a/sys-cluster/glusterfs/glusterfs-2.0.6.ebuild b/sys-cluster/glusterfs/glusterfs-2.0.6.ebuild
index 4addbb8a4fd2..d124ff49f5ec 100644
--- a/sys-cluster/glusterfs/glusterfs-2.0.6.ebuild
+++ b/sys-cluster/glusterfs/glusterfs-2.0.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/glusterfs/glusterfs-2.0.6.ebuild,v 1.2 2009/09/23 07:42:38 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/glusterfs/glusterfs-2.0.6.ebuild,v 1.3 2009/09/24 16:51:56 alexxy Exp $
EAPI="2"
@@ -14,12 +14,11 @@ LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="emacs +fuse static vim-syntax"
-#IUSE="berkdb emacs +fuse infiniband static vim-syntax"
+#IUSE="emacs +fuse infiniband static vim-syntax"
-DEPEND="berkdb? ( >=sys-libs/db-4.6.21 )
- emacs? ( virtual/emacs )
- fuse? ( >=sys-fs/fuse-2.7.0 )"
-# infiniband? ( sys-cluster/libibverbs )
+DEPEND="emacs? ( virtual/emacs )
+ fuse? ( >=sys-fs/fuse-2.7.0 )"
+# infiniband? ( sys-cluster/libibverbs )
RDEPEND="${DEPEND}
!net-fs/glusterfs"