diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-06-04 05:58:07 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-06-04 05:58:07 +0000 |
commit | 8a8b7a94f2259dcb97c1161f92a70ca7169af35b (patch) | |
tree | bbf35d2d5ac9341fddcbb133b2b55d939dd6c802 /net-nds/ypbind/ypbind-1.19.1-r1.ebuild | |
parent | Allow portmap or rpcbind #272422 by Kevin Bryan. (diff) | |
download | historical-8a8b7a94f2259dcb97c1161f92a70ca7169af35b.tar.gz historical-8a8b7a94f2259dcb97c1161f92a70ca7169af35b.tar.bz2 historical-8a8b7a94f2259dcb97c1161f92a70ca7169af35b.zip |
Allow portmap or rpcbind #272363 by peteru.
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'net-nds/ypbind/ypbind-1.19.1-r1.ebuild')
-rw-r--r-- | net-nds/ypbind/ypbind-1.19.1-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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 )" |