summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-06-04 05:58:07 +0000
committerMike Frysinger <vapier@gentoo.org>2009-06-04 05:58:07 +0000
commita46abf58e6503b6f1f422b2084acb89c90dc6f7a (patch)
tree27e4f69a2d5be257b92fb5c1f30bc270bef0c6af /net-nds
parentAllow portmap or rpcbind #272422 by Kevin Bryan. (diff)
downloadgentoo-2-a46abf58e6503b6f1f422b2084acb89c90dc6f7a.tar.gz
gentoo-2-a46abf58e6503b6f1f422b2084acb89c90dc6f7a.tar.bz2
gentoo-2-a46abf58e6503b6f1f422b2084acb89c90dc6f7a.zip
Allow portmap or rpcbind #272363 by peteru.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'net-nds')
-rw-r--r--net-nds/ypbind/ChangeLog7
-rw-r--r--net-nds/ypbind/ypbind-1.19.1-r1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/net-nds/ypbind/ChangeLog b/net-nds/ypbind/ChangeLog
index eaf800ae8cf1..660f7f34dc9c 100644
--- a/net-nds/ypbind/ChangeLog
+++ b/net-nds/ypbind/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-nds/ypbind
-# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v 1.46 2009/02/24 17:25:01 drizzt Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v 1.47 2009/06/04 05:58:07 vapier Exp $
+
+ 04 Jun 2009; Mike Frysinger <vapier@gentoo.org> ypbind-1.19.1-r1.ebuild:
+ Allow portmap or rpcbind #272363 by peteru.
24 Feb 2009; Timothy Redaelli <drizzt@gentoo.org> files/ypbind.initd:
Remove bashism in init.d file
diff --git a/net-nds/ypbind/ypbind-1.19.1-r1.ebuild b/net-nds/ypbind/ypbind-1.19.1-r1.ebuild
index b537bc041bcc..1ba0bf12ab76 100644
--- a/net-nds/ypbind/ypbind-1.19.1-r1.ebuild
+++ b/net-nds/ypbind/ypbind-1.19.1-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.19.1-r1.ebuild,v 1.5 2008/11/20 21:20:36 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.19.1-r1.ebuild,v 1.6 2009/06/04 05:58:07 vapier Exp $
MY_P=${PN}-mt-${PV}
S="${WORKDIR}/${MY_P}"
@@ -16,7 +16,7 @@ IUSE="nls slp"
RDEPEND="slp? ( net-libs/openslp )
net-nds/yp-tools
- net-nds/portmap"
+ || ( net-nds/portmap net-nds/rpcbind )"
DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )"