summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-06-04 05:52:47 +0000
committerMike Frysinger <vapier@gentoo.org>2009-06-04 05:52:47 +0000
commitf5094b30de6975d6327bbb2bca7a2115c202ab3d (patch)
tree1254ef4ca25869dc0f3e50a8acf67ca42464d71b /sys-fs/quota
parentVersion bump with bug fixes. (diff)
downloadgentoo-2-f5094b30de6975d6327bbb2bca7a2115c202ab3d.tar.gz
gentoo-2-f5094b30de6975d6327bbb2bca7a2115c202ab3d.tar.bz2
gentoo-2-f5094b30de6975d6327bbb2bca7a2115c202ab3d.zip
Allow portmap or rpcbind #272422 by Kevin Bryan.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/quota')
-rw-r--r--sys-fs/quota/ChangeLog5
-rw-r--r--sys-fs/quota/quota-3.17.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/quota/ChangeLog b/sys-fs/quota/ChangeLog
index da685a6b7980..9995a903ee13 100644
--- a/sys-fs/quota/ChangeLog
+++ b/sys-fs/quota/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/quota
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v 1.40 2009/01/21 20:22:45 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v 1.41 2009/06/04 05:52:47 vapier Exp $
+
+ 04 Jun 2009; Mike Frysinger <vapier@gentoo.org> quota-3.17.ebuild:
+ Allow portmap or rpcbind #272422 by Kevin Bryan.
21 Jan 2009; Jeroen Roovers <jer@gentoo.org> quota-3.15.ebuild:
Stable for HPPA (bug #247651).
diff --git a/sys-fs/quota/quota-3.17.ebuild b/sys-fs/quota/quota-3.17.ebuild
index 86b0aea510b5..ed7fc8ae8704 100644
--- a/sys-fs/quota/quota-3.17.ebuild
+++ b/sys-fs/quota/quota-3.17.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-fs/quota/quota-3.17.ebuild,v 1.1 2009/01/05 23:09:49 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-3.17.ebuild,v 1.2 2009/06/04 05:52:47 vapier Exp $
inherit eutils flag-o-matic
@@ -15,7 +15,7 @@ IUSE="nls tcpd ldap rpc"
RDEPEND="ldap? ( >=net-nds/openldap-2.3.35 )
tcpd? ( sys-apps/tcp-wrappers )
- rpc? ( net-nds/portmap )"
+ rpc? ( || ( net-nds/portmap net-nds/rpcbind ) )"
DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )"