summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-cluster/glusterfs/glusterfs-3.2.4.ebuild')
-rw-r--r--sys-cluster/glusterfs/glusterfs-3.2.4.ebuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/sys-cluster/glusterfs/glusterfs-3.2.4.ebuild b/sys-cluster/glusterfs/glusterfs-3.2.4.ebuild
index e8bbd5f045ef..9e0bbfccaff6 100644
--- a/sys-cluster/glusterfs/glusterfs-3.2.4.ebuild
+++ b/sys-cluster/glusterfs/glusterfs-3.2.4.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-cluster/glusterfs/glusterfs-3.2.4.ebuild,v 1.1 2011/10/13 17:52:55 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/glusterfs/glusterfs-3.2.4.ebuild,v 1.2 2011/11/28 17:39:11 xarthisius Exp $
EAPI=4
@@ -15,10 +15,13 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="emacs extras +fuse infiniband static-libs vim-syntax"
-DEPEND="emacs? ( virtual/emacs )
+RDEPEND="emacs? ( virtual/emacs )
fuse? ( >=sys-fs/fuse-2.7.0 )
infiniband? ( sys-infiniband/libibverbs )"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig
+ sys-devel/bison
+ sys-devel/flex"
SITEFILE="50${PN}-mode-gentoo.el"